Commit e387114b authored by Christophe Mutricy's avatar Christophe Mutricy

Remove always false test

parent 36ddb3bd
......@@ -1113,7 +1113,6 @@ void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
case VLC_VAR_MODULE:
case VLC_VAR_FILE:
case VLC_VAR_DIRECTORY:
if( val.psz_string ) free( val.psz_string );
val.psz_string = psz_value;
break;
......
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