]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
One more time removing of some useless tests.
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
index d64b207c609943febf6f123707a174570f7440ab..2346bfd5aaed07a85785940ad3d4039337af517d 100644 (file)
@@ -386,7 +386,7 @@ StringListConfigControl::StringListConfigControl( vlc_object_t *_p_this,
        // this, like the one behind the refresh push button?
        p_module_config->b_dirty = VLC_FALSE;
 
-       if(val.psz_string) free(val.psz_string);
+       free( val.psz_string );
     }
 
     finish( p_module_config, bycat );