From: Anthony Minessale Date: Thu, 20 Jul 2017 08:30:59 +0000 (-0500) Subject: FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas... X-Git-Tag: v1.8.0~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e68625896df323428c54b01d6b688d850443257;p=thirdparty%2Ffreeswitch.git FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues --- 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); }