mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11832 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3876918b3b
commit
ead7b2d896
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue