Commit aab2abb0 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix potential memleak (CID 270 and 271)

parent 5d974e62
......@@ -369,6 +369,7 @@ static int Open( vlc_object_t * p_this )
if( p_strl == NULL || p_strh == NULL || p_auds == NULL || p_vids == NULL )
{
msg_Warn( p_demux, "stream[%d] incomplete", i );
free( tk );
continue;
}
......
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