Skip to content
Snippets Groups Projects
Commit 7dfc5072 authored by Filip Roséen's avatar Filip Roséen Committed by Steve Lhomme
Browse files

demux: mkv: ESDestroy on end-of-edition


fixes: #20196

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 4d22be6d
No related branches found
No related tags found
No related merge requests found
......@@ -485,6 +485,7 @@ bool virtual_segment_c::UpdateCurrentToChapter( demux_t & demux )
{
if ( !p_current_vchapter->Leave( ) )
{
p_current_vchapter->segment.ESDestroy();
p_current_vchapter = NULL;
b_current_vchapter_entered = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment