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

Remove no-ops

parent d92fffbd
......@@ -1189,8 +1189,7 @@ void var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
var_Set( p_obj, psz_name, val );
cleanup:
if( psz_name ) free( psz_name );
return;
free( psz_name );
}
......
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