mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
This commit is contained in:
parent
bf7ba2aa8c
commit
88226869b6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user