Fix deadlock on pthreads-using platforms

Originally committed to SVN as r4748.
This commit is contained in:
Thomas Goyne 2010-08-16 03:06:28 +00:00
parent 714fa65071
commit d83c59819f
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ void *ThreadedFrameSource::Entry() {
}
if (nextTime == -1.) {
jobReady.Wait();
jobMutex.Unlock();
continue;
}