mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
FS-10326: [mod_conference] Memory leak while playing video files that contain only a video stream #resolve
This commit is contained in:
parent
c13a2fb380
commit
7ef54c2926
@ -2173,6 +2173,7 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
|
|||||||
switch_queue_push(context->eh.video_queue, NULL);
|
switch_queue_push(context->eh.video_queue, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user