mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
This commit is contained in:
parent
baf7e51484
commit
49e7aa830f
1 changed files with 2 additions and 0 deletions
|
|
@ -334,6 +334,8 @@ bool ThreadPool::runNextJob()
|
|||
|
||||
if (job != 0 && ! (job->isActive || job->shouldStop))
|
||||
break;
|
||||
|
||||
job = 0;
|
||||
}
|
||||
|
||||
if (job != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue