Commit e348132d authored by Rémi Duraffort's avatar Rémi Duraffort

fix potential memleak.

parent 77190676
......@@ -161,6 +161,7 @@ static int Create( vlc_object_t *p_this )
if( !psz_filename )
{
msg_Err( p_filter, "Missing 'mask' option value." );
free( p_sys );
return VLC_EGENERIC;
}
......
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