]> git.sesse.net Git - vlc/blobdiff - modules/access_output/shout.c
The last but not the least commit about these useless tests.
[vlc] / modules / access_output / shout.c
index 15d7ae8cc5be66c03d351e49acaf156f787f2b72..21373ebc3e92ae2f1ed5ca23b0fbbef36e14d624 100644 (file)
@@ -263,10 +263,10 @@ static int Open( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
-    if( psz_name ) free( psz_name );
-    if( psz_description ) free( psz_description );
-    if( psz_genre ) free( psz_genre );
-    if( psz_url ) free( psz_url );
+    free( psz_name );
+    free( psz_description );
+    free( psz_genre );
+    free( psz_url );
 
     var_Get( p_access, SOUT_CFG_PREFIX "mp3", &val );
     if( val.b_bool == VLC_TRUE )