Commit 1ff90031 authored by Rémi Duraffort's avatar Rémi Duraffort

fix potential memleak.

(cherry picked from commit e348132d)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent f1b1cb6f
......@@ -163,6 +163,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