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]>
--
http://fossarchy.blogspot.com/
pgptmOd50dmsb.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
