1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
This commit is contained in:
jules 2007-07-10 10:41:33 +00:00
parent baf7e51484
commit 49e7aa830f

View file

@ -334,6 +334,8 @@ bool ThreadPool::runNextJob()
if (job != 0 && ! (job->isActive || job->shouldStop))
break;
job = 0;
}
if (job != 0)