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/ConfigurationHandler.cpp
- Revision:
- 72:3754b352f156
- Parent:
- 51:66b820f203a5
- Child:
- 74:03ccf04998b5
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 16 20:54:07 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 16 21:42:11 2016 +0000 @@ -219,6 +219,7 @@ StringSetpointMap::iterator pos; pos = setpointTable.find(msg->controlFile); if ( pos != setpointTable.end() ) { + pos->second->unregisterControl(); delete (pos->second); setpointTable.erase(pos); }