Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r1d6adeff8df4dc9395d6a2aee3c7f33d903c4711 -r748e088be863e08a1f8d12ff895c2525cd891e31 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 1d6adeff8df4dc9395d6a2aee3c7f33d903c4711) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 748e088be863e08a1f8d12ff895c2525cd891e31) @@ -78,13 +78,14 @@ void BluetoothInterface::quit() { if ( ! _isValid ) return; - // coco begin validated: Application termination is not correctly done in coco!!! - // it has been tested and works perfectly fine in normal run. - quitThread(); // validated if ( _local ) _local ->deleteLater(); if ( _agent ) _agent ->deleteLater(); quitDevice(); + + // coco begin validated: Application termination is not correctly done in coco!!! + // it has been tested and works perfectly fine in normal run. + quitThread(); // validated } // coco end