On Sun, Jun  6, 2010 at 15:40:58 +0700, Mikhail Gusarov wrote:

> This patch has been generated by the following Coccinelle semantic patch:
> 
> @@
> expression E;
> @@
> 
> -if(E) { free(E); }
> +free(E);
> 
> Signed-off-by: Mikhail Gusarov <[email protected]>

Reviewed-by: Julien Cristau <[email protected]>

Cheers,
Julien
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to