]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10019 typo
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 9 Mar 2017 16:49:14 +0000 (10:49 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 9 Mar 2017 16:49:14 +0000 (10:49 -0600)
src/mod/applications/mod_conference/mod_conference.c

index 332857fc8303c37c3939ae53b490afadc1f6fa02..ab7bd447544d8966cc7ac29e4e13f0ee62ec114b 100644 (file)
@@ -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. */