fix conference deadlock on probobly inpossible buffer failure

This commit is contained in:
Michael Jerris 2010-10-04 16:58:29 -04:00
parent 6e14d6f5b2
commit 757e9e20bd
1 changed files with 1 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
switch_mutex_unlock(omember->audio_out_mutex);
if (!ok) {
switch_mutex_unlock(conference->mutex);
goto end;
}
}