xserver-multidpi/hw/kdrive
Cyril Brulebois 99275ad2fa Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
This patch has been generated by the following Coccinelle semantic patch:

@@
expression E;
@@
-  if (E != NULL) {
-   free(E);
(
-   E = NULL;
|
-   E = 0;
)
-  }
+ free(E);
+ E = NULL;

Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-11 08:22:59 +10:00
..
ephyr xserver: delete pervasively use of DISPATCH_PROC 2010-09-28 16:45:05 +03:00
fake Remove superfluous if(p!=NULL) checks around free(p); p=NULL; 2010-11-11 08:22:59 +10:00
fbdev Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
linux KDrive: Fix error handlig in tslib driver 2010-10-22 13:36:10 +10:00
src Replace malloc/strlen/strcpy with strdup. 2010-08-27 19:05:48 -04:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00
Xkdrive.man The great kdrive purge. 2008-05-16 08:16:01 -04:00