Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/TimerControl.cpp
- Revision:
- 276:851554207c77
- Parent:
- 253:ae850c19cf81
--- a/src/ConfigurationHandler/Controls/TimerControl.cpp Wed Oct 26 20:10:37 2016 +0000
+++ b/src/ConfigurationHandler/Controls/TimerControl.cpp Wed Oct 26 20:31:39 2016 +0000
@@ -49,6 +49,8 @@
startTime = atoi(cJSON_GetObjectItem(root, "starttime")->valuestring);
duration = atoi(cJSON_GetObjectItem(root, "duration")->valuestring);
+ cJSON_Delete(root);
+
return true;
}
