diff --git a/src_main/thread/pitimer.cpp b/src_main/thread/pitimer.cpp index 101b6e26..af479830 100755 --- a/src_main/thread/pitimer.cpp +++ b/src_main/thread/pitimer.cpp @@ -517,7 +517,7 @@ void PITimer::init() { void PITimer::destroy() { //piCout << "destroy" << this << imp; if (imp == 0) return; - imp->stop(true); + //imp->stop(true); delete imp; imp = 0; }