Commit 5bd97039 authored by Laurent Aimar's avatar Laurent Aimar

Removed an invalid free added by 15643af1 (subtitle demuxer).

parent 52e0dc0d
...@@ -766,7 +766,6 @@ static int TextLoad( text_t *txt, stream_t *s ) ...@@ -766,7 +766,6 @@ static int TextLoad( text_t *txt, stream_t *s )
if( !txt->line ) if( !txt->line )
return VLC_ENOMEM; return VLC_ENOMEM;
} }
free( psz );
} }
if( txt->i_line_count <= 0 ) if( txt->i_line_count <= 0 )
......
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