提交 3e686258 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10472: [mod_conference] Crash due to hangup race in conference personal…

FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
上级 88226869
...@@ -828,7 +828,6 @@ void conference_video_scale_and_patch(mcu_layer_t *layer, switch_image_t *ximg, ...@@ -828,7 +828,6 @@ void conference_video_scale_and_patch(mcu_layer_t *layer, switch_image_t *ximg,
want_w = img_w; want_w = img_w;
if (layer->img->d_w != img_w || layer->img->d_h != img_h) { 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); switch_img_free(&layer->img);
conference_video_clear_layer(layer); conference_video_clear_layer(layer);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论