mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +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
88226869b6
commit
3e68625896
@ -828,7 +828,6 @@ void conference_video_scale_and_patch(mcu_layer_t *layer, switch_image_t *ximg,
|
||||
want_w = img_w;
|
||||
|
||||
if (layer->img->d_w != img_w || layer->img->d_h != img_h) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "BAH %d/%d %d/%d\n", want_w, img_w, want_h, img_h);
|
||||
switch_img_free(&layer->img);
|
||||
conference_video_clear_layer(layer);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user