InfiniTime_mirror/src
Martin Ashby 3a938236d4
Fix a possible double free in StopWatch::Refresh.
The lv_obj_del is called on btnStopLap  when transitioning to the
initial state, however the variable isn't then set to null. A subsequent
call to Refresh would attempt to delete the already freed object. This
could be triggered by stopping the stop watch, then pressing the
physical button on the watch.

Fixes https://github.com/JF002/InfiniTime/issues/315
2021-05-03 08:11:58 +01:00
..
components Fix #209. Use int8_t for PPG data array 2021-05-01 12:10:44 +02:00
displayapp Fix a possible double free in StopWatch::Refresh. 2021-05-03 08:11:58 +01:00
drivers Changed access modified indentation 2021-04-24 12:00:45 +03:00
FreeRTOS Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack. 2021-02-14 14:42:30 +01:00
heartratetask Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
libs Update LVGL 2021-04-21 15:48:41 +01:00
logging Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
systemtask short vibration when enabling it 2021-05-02 11:48:05 +02:00
BootloaderVersion.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
BootloaderVersion.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
CMakeLists.txt Move Task info to about menu 2021-04-11 17:20:15 +01:00
FreeRTOSConfig.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
main.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
main.h Include cleanup: components 2020-11-16 01:35:45 +01:00
recoveryLoader.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
sdk_config.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Version.h.in Fix constness and set version to 0.8.1. 2020-09-02 21:36:13 +02:00