FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues

This commit is contained in:
Anthony Minessale 2017-07-20 03:17:03 -05:00
parent bf7ba2aa8c
commit 88226869b6
1 changed files with 0 additions and 1 deletions

View File

@ -2126,7 +2126,6 @@ void conference_video_wake_layer_thread(conference_member_t *member)
if (!member->layer_thread_wake_up && switch_mutex_trylock(member->layer_cond_mutex) == SWITCH_STATUS_SUCCESS) {
switch_thread_cond_signal(member->layer_cond);
switch_mutex_unlock(member->layer_cond_mutex);
printf("WAKE IT?\n");
member->layer_thread_wake_up = 1;
}