fix endless loop
This commit is contained in:
parent
e22428e816
commit
cd6f37900d
@ -222,6 +222,7 @@ public:
|
||||
delete workerLock[i];
|
||||
}
|
||||
Position* pos;
|
||||
freePositionPool.close();
|
||||
while(freePositionPool.recv(pos)) {
|
||||
delete pos;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user