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

@ -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);