From: Anthony Minessale Date: Thu, 9 Mar 2017 16:49:14 +0000 (-0600) Subject: FS-10019 typo X-Git-Tag: v1.8.0~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4eddcafda63f48f21665a8c1e609cba2ff26868;p=thirdparty%2Ffreeswitch.git FS-10019 typo --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 332857fc83..ab7bd44754 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -532,7 +532,7 @@ void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, void *ob } } } - switch_mutex_lock(conference->file_mutex); + switch_mutex_unlock(conference->file_mutex); if (ready || has_file_data) { /* Use more bits in the main_frame to preserve the exact sum of the audio samples. */