]> git.sesse.net Git - vlc/commitdiff
Remove always false test
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 12 Jan 2008 22:48:14 +0000 (22:48 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 12 Jan 2008 22:48:14 +0000 (22:48 +0000)
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;