mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 13:14:03 +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
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user