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:30:59 -05:00
parent 88226869b6
commit 3e68625896

View File

@ -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);
}