.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@11832 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-03-12 13:29:43 +00:00
parent 3876918b3b
commit ead7b2d896

View file

@ -92,7 +92,7 @@ void CoWork::Pool::DoJob(MJob& job)
CoWork *work = job.work;
CoWork::current = work;
bool looper = job.looper;
Free(job);
Free(job); // using 'job' after this point is grave error....
lock.Leave();
std::exception_ptr exc;
try {