1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

View File

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