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 3878d91316
commit 617186d874
1 changed files with 2 additions and 0 deletions

View File

@ -2959,6 +2959,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) {