fix tpool cleanup
This commit is contained in:
@ -66,6 +66,7 @@ void WorkQueue::close()
|
||||
for(workers_t::iterator it(temp.begin()), end(temp.end()); it!=end; ++it)
|
||||
{
|
||||
(*it)->exitWait();
|
||||
delete *it;
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user