Index: sources/Threads.cpp =================================================================== diff -u -r79a6cfcb10472261f3ec26eaf0baf6f1245cd311 -r465a935949a85d3d1bebd11979737ff38ef96122 --- sources/Threads.cpp (.../Threads.cpp) (revision 79a6cfcb10472261f3ec26eaf0baf6f1245cd311) +++ sources/Threads.cpp (.../Threads.cpp) (revision 465a935949a85d3d1bebd11979737ff38ef96122) @@ -34,6 +34,7 @@ QThread _DeviceController_Thread; QThread _Logger_Thread ; QThread _Application_Thread ; + QThread _Gui_Thread ; QThread _Wifi_Thread ; QThread _Bluetooth_Thread ; QThread _CloudSync_Thread ; @@ -95,6 +96,7 @@ quitThread(_Bluetooth_Thread ); quitThread(_Wifi_Thread ); quitThread(_Application_Thread ); + quitThread(_Gui_Thread ); quitThread(_Logger_Thread ); } // disabled coco end