1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

demux: ttml: fix use after free (CID #1374347)

This commit is contained in:
Tristan Matthews 2016-11-01 18:31:16 -04:00
parent 87cf24c252
commit 86015b8882

View File

@ -712,6 +712,7 @@ static int ReadTTML( demux_t* p_demux )
goto error;
free( psz_text );
psz_text = NULL;
ClearNode( p_node );
}
}