Commit 67853388 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Added an assert in mkv.

(cherry picked from commit 2784bc2a8e8c022398879fbe5299d9683edfafe6)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c2a9520c
...@@ -50,6 +50,7 @@ EbmlParser::~EbmlParser( void ) ...@@ -50,6 +50,7 @@ EbmlParser::~EbmlParser( void )
{ {
if( !mi_level ) if( !mi_level )
{ {
assert( !mb_keep );
delete m_el[1]; delete m_el[1];
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment