]> git.sesse.net Git - vlc/blobdiff - modules/control/http/mvar.c
The last but not the least commit about these useless tests.
[vlc] / modules / control / http / mvar.c
index bdbe91c3ae101b3b072b75259d5c9bf375c31a0f..ae87e711bf4822e2299c88147198cde705a6d76b 100644 (file)
@@ -626,8 +626,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name,
     }
 
     free( psz_dir );
-    if( ppsz_dir_content != NULL )
-        free( ppsz_dir_content );
+    free( ppsz_dir_content );
     return s;
 }