PIPeer important fix!

git-svn-id: svn://db.shs.com.ru/pip@116 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-20 12:02:02 +00:00
parent a76aa71d8c
commit 7673703b4b
2 changed files with 10 additions and 1 deletions

View File

@@ -333,7 +333,7 @@ void _PITimerImp_Pool::Pool::add(_PITimerImp_Pool * t) {
void _PITimerImp_Pool::Pool::remove(_PITimerImp_Pool * t) {
//piCout << "remove ...";
lock();
to_remove.removeOne(t);
to_remove << t;
unlock();
//piCout << "remove done";
}