From: Anthony Minessale Date: Mon, 13 Mar 2017 20:09:32 +0000 (-0500) Subject: FS-10132: [mod_conference] Memory leak playing video files in personal-canvas mode... X-Git-Tag: v1.8.0~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb69562a37e4fd6f55f1235321157e47643d2d92;p=thirdparty%2Ffreeswitch.git FS-10132: [mod_conference] Memory leak playing video files in personal-canvas mode #resolve --- diff --git a/src/mod/applications/mod_conference/conference_video.c b/src/mod/applications/mod_conference/conference_video.c index fb77b671aa..a20e942a61 100644 --- a/src/mod/applications/mod_conference/conference_video.c +++ b/src/mod/applications/mod_conference/conference_video.c @@ -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) {