Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
276:851554207c77
Parent:
253:ae850c19cf81
--- a/src/ConfigurationHandler/Controls/CompositeControl.cpp	Wed Oct 26 20:10:37 2016 +0000
+++ b/src/ConfigurationHandler/Controls/CompositeControl.cpp	Wed Oct 26 20:31:39 2016 +0000
@@ -60,6 +60,8 @@
         OutputElement x = { tag, response };
         outputs.push_back(x);
     }
+    
+    cJSON_Delete(root);
 
     return true;
 }