On Wed, Nov 10, 2010 at 06:05:18PM +0300, Mikhail Gusarov wrote:
> 
> Twas brillig at 16:06:10 10.11.2010 UTC+01 when [email protected] did gyre and 
> gimble:
> 
>  CB> This patch has been generated by the following Coccinelle semantic patch:
> 
>  CB> @@
>  CB> expression E;
>  CB> @@
>  CB> -  if (E != NULL) {
>  CB> -   free(E);
>  CB> (
>  CB> -   E = NULL;
>  CB> |
>  CB> -   E = 0;
>  CB> )
>  CB> -  }
>  CB> + free(E);
>  CB> + E = NULL;
> 
>  CB> Signed-off-by: Cyril Brulebois <[email protected]>
> 
> Reviewed-by: Mikhail Gusarov <[email protected]>

I've merged this patch into my tree. Thanks.

Cheers,
  Peter
_______________________________________________
[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