Commit 1674ba7c authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

nuv demux: typo in post-malloc check. (CID 144)

parent 83b477d2
......@@ -787,7 +787,7 @@ static int SeekTableLoad( demux_t *p_demux, demux_sys_t *p_sys )
{
p_kfa_table = malloc( fh.i_length );
if( p_seek_table == NULL )
if( p_kfa_table == NULL )
{
free( p_seek_table );
return VLC_ENOMEM;
......
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