Small potential mutex deadlock

This commit is contained in:
Thong Nguyen 2013-03-21 14:22:47 +00:00
parent c5a5eed997
commit cc56ab3883
2 changed files with 2 additions and 0 deletions

View File

@ -1286,6 +1286,8 @@ static void AudioQueueIsRunningCallbackProc(void* userData, AudioQueueRef audioQ
if (error)
{
pthread_mutex_unlock(&queueBuffersMutex);
return;
}