Commit 2784bc2a authored by Laurent Aimar's avatar Laurent Aimar

Added an assert in mkv.

parent 04ddc68f
...@@ -49,6 +49,7 @@ EbmlParser::~EbmlParser( void ) ...@@ -49,6 +49,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