Commit de90c151 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix small memleak

parent 346350ee
......@@ -243,6 +243,7 @@ static void Close( vlc_object_t *p_this )
block_ChainRelease( p_dec->p_sys->p_block );
}
es_format_Clean( &p_dec->fmt_out );
free( p_dec->p_sys );
}
......
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