FS-10132: [mod_conference] Memory leak playing video files in personal-canvas mode #resolve

This commit is contained in:
Anthony Minessale 2017-03-13 15:09:32 -05:00
parent 77882c70b0
commit fb69562a37

View File

@ -3456,6 +3456,8 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
layer = &imember->canvas->layers[i++];
conference_video_scale_and_patch(layer, img, SWITCH_FALSE);
}
switch_img_free(&img);
}
if (imember->session) {