From f991a08691b3449015223241d49dc13e6fcc3ede Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 9 Mar 2017 10:49:14 -0600 Subject: [PATCH] FS-10019 typo --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 2126ffb8cc..b9989e4087 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -496,7 +496,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. */