FS-10019 typo

This commit is contained in:
Anthony Minessale 2017-03-09 10:49:14 -06:00
parent 893f3ace64
commit f991a08691
1 changed files with 1 additions and 1 deletions

View 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. */