]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10326: [mod_conference] Memory leak while playing video files that contain only...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 18 May 2017 18:42:40 +0000 (13:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 23 May 2017 17:43:28 +0000 (12:43 -0500)
src/mod/applications/mod_av/avformat.c

index e81d61ce4ce319ec14add0e6f9c6e4b56f03db01..a107b8e4fe77f6ec72ac8208fbcc659b079e0690 100644 (file)
@@ -2173,6 +2173,7 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
                        switch_queue_push(context->eh.video_queue, NULL);
                }
        }
+       
 
        if (context->eh.video_thread) {
                switch_thread_join(&status, context->eh.video_thread);