]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.c
Remove always false test
[vlc] / src / misc / variables.c
index 65ddc454ec28e53fe35debb9b4e590252ec373c5..2719da61d19ae7d155abc2dd004e09e732dc4b03 100644 (file)
@@ -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;