From 2a96214dfdc6ec6dbdcf972ce49ab0ad82e5fd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 28 May 2015 06:27:58 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@139 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/thread/pitimer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thread/pitimer.cpp b/src/thread/pitimer.cpp index 605d1ebb..33d979cc 100755 --- a/src/thread/pitimer.cpp +++ b/src/thread/pitimer.cpp @@ -322,7 +322,8 @@ void _PITimerImp_Pool::Pool::add(_PITimerImp_Pool * t) { //piCout << "add ..."; lock(); to_remove.removeOne(t); - if (!timers.contains(t)) timers << t; + if (!timers.contains(t)) + timers << t; unlock(); //piCout << "add done"; }