]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Jul 2017 08:30:59 +0000 (03:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Jul 2017 08:30:59 +0000 (03:30 -0500)
src/mod/applications/mod_conference/conference_video.c

index 7ab06a9b370ec71009a4683c69c7fb34cecfb0fa..87e1b254abe81e228ed674f1ea00af33c492b9f3 100644 (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);
                        }