FS-10326: [mod_conference] Memory leak while playing video files that contain only a video stream #resolve

This commit is contained in:
Anthony Minessale 2017-05-18 13:42:40 -05:00
parent c13a2fb380
commit 7ef54c2926

View File

@ -2174,6 +2174,7 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
} }
} }
if (context->eh.video_thread) { if (context->eh.video_thread) {
switch_thread_join(&status, context->eh.video_thread); switch_thread_join(&status, context->eh.video_thread);
} }