Index: sources/Threads.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r0552e825eebff72cbfd7f4f2fbb74b46c80f1e21 --- sources/Threads.cpp (.../Threads.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/Threads.cpp (.../Threads.cpp) (revision 0552e825eebff72cbfd7f4f2fbb74b46c80f1e21) @@ -87,6 +87,7 @@ { // coco begin validated: Application termination is not correctly done in coco!!! // it has been tested and works perfectly fine in normal run. + quitThread(_CloudSync_Thread ); quitThread(_CanFrame_Thread ); quitThread(_CanAcknow_Thread ); quitThread(_CanMessage_Thread );