FS-11057: [mod_conference] CPU race on personal canvas #resolve

This commit is contained in:
Anthony Minessale 2018-03-23 15:46:24 -05:00 committed by Muteesa Fred
parent 94038f3c12
commit 230e2ba348
1 changed files with 2 additions and 1 deletions

View File

@ -3698,7 +3698,8 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
}
}
switch_core_timer_next(&canvas->timer);
for (omember = conference->members; omember; omember = omember->next) {
mcu_layer_t *layer = NULL;
switch_image_t *use_img = NULL;