Small potential mutex deadlock
This commit is contained in:
parent
c5a5eed997
commit
cc56ab3883
Binary file not shown.
|
|
@ -1286,6 +1286,8 @@ static void AudioQueueIsRunningCallbackProc(void* userData, AudioQueueRef audioQ
|
|||
|
||||
if (error)
|
||||
{
|
||||
pthread_mutex_unlock(&queueBuffersMutex);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue