[vlc-devel] [PATCH] Refactored/re-enabled libvlc_vlm_show_media

Rémi Denis-Courmont remi at remlab.net
Sat Aug 8 19:21:39 CEST 2009


Le jeudi 6 août 2009 17:31:56 Alexander Bethke, vous avez écrit :
> +        if( psz_response )
> +        {
> +            free( psz_response );
> +        }
> +        psz_response = strdup( "" );

free(NULL) is a no-op in C, so that condition is useless.



-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list