xserver-multidpi/miext
Cyril Brulebois b142b0d274 Remove more superfluous if(p!=NULL) checks around free(p).
This patch has been generated by the following Coccinelle semantic patch:

@@
expression E;
@@
- if (E != NULL)
-   free(E);
+ free(E);

Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-11 08:29:54 +10:00
..
cw Delete redundant GC initializations. 2010-09-13 15:55:17 -07:00
damage Delete redundant GC initializations. 2010-09-13 15:55:17 -07:00
rootless Remove more superfluous if(p!=NULL) checks around free(p). 2010-11-11 08:29:54 +10:00
shadow Move the shadow screen private key initialization to shadowSetup 2010-06-05 21:12:41 -07:00
Makefile.am Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is being built 2009-07-29 17:05:19 +01:00