From b6ed7bf12e46055277a322f8965c0a870cccb8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Feb 2019 21:42:04 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@704 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/thread/pitimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }