From: Brian West Date: Wed, 18 Feb 2015 15:20:42 +0000 (-0600) Subject: FS-7230 #resolve #comment please update X-Git-Tag: v1.4.17~1^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad1628ff0f8ce921ecfd3a434842ea3c0fd99f9;p=thirdparty%2Ffreeswitch.git FS-7230 #resolve #comment please update --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 1340d3bc6d..ff259e5ffb 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -4534,6 +4534,7 @@ static void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, v member->loop_loop = 1; if (setup_media(member, member->conference)) { + switch_mutex_unlock(member->read_mutex); break; } }