PIPeer important fix!
git-svn-id: svn://db.shs.com.ru/pip@116 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user