Commit 399ddfa6 authored by Christophe Mutricy's avatar Christophe Mutricy

fmt_in.p_extra is free'd by input core

parent 2d3e6479
......@@ -751,7 +751,7 @@ static void ParseUSFHeader( decoder_t *p_dec )
p_sub = stream_MemoryNew( VLC_OBJECT(p_dec),
p_dec->fmt_in.p_extra,
p_dec->fmt_in.i_extra,
VLC_FALSE );
VLC_TRUE );
if( p_sub )
{
p_xml = xml_Create( p_dec );
......
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