]> 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:39 +0000 (10:49 -0600)
src/mod/applications/mod_conference/mod_conference.c

index 2126ffb8cc720446a6a168ed5102f548bca42984..b9989e4087e3ee7df7704f6962afd573f75fb93f 100644 (file)
@@ -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. */