mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
fix conference deadlock on probobly inpossible buffer failure
This commit is contained in:
parent
6e14d6f5b2
commit
757e9e20bd
@ -1330,6 +1330,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
|
|||||||
switch_mutex_unlock(omember->audio_out_mutex);
|
switch_mutex_unlock(omember->audio_out_mutex);
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
|
switch_mutex_unlock(conference->mutex);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user