fix tpool cleanup

This commit is contained in:
Michael Davidsaver
2018-04-19 14:33:42 -07:00
parent ff197f89cb
commit 0a20804294

View File

@ -66,6 +66,7 @@ void WorkQueue::close()
for(workers_t::iterator it(temp.begin()), end(temp.end()); it!=end; ++it)
{
(*it)->exitWait();
delete *it;
}
{