From 3e68625896df323428c54b01d6b688d850443257 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 20 Jul 2017 03:30:59 -0500 Subject: [PATCH] FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues --- src/mod/applications/mod_conference/conference_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/applications/mod_conference/conference_video.c b/src/mod/applications/mod_conference/conference_video.c index 7ab06a9b37..87e1b254ab 100644 --- a/src/mod/applications/mod_conference/conference_video.c +++ b/src/mod/applications/mod_conference/conference_video.c @@ -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); }