xserver-multidpi/hw
Cyril Brulebois 68e4a628d6 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: Mark Kettenis <kettenis@openbsd.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:30:26 +10:00
..
dmx Remove more superfluous if(p) checks around free(p). 2010-11-11 08:28:50 +10:00
kdrive Remove superfluous if(p!=NULL) checks around free(p); p=NULL; 2010-11-11 08:22:59 +10:00
vfb Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
xfree86 Remove more superfluous if(p!=NULL) checks around free(p). 2010-11-11 08:29:54 +10:00
xnest xnest: Replace use of Colormap->devPriv with standard devPrivates. 2010-09-13 15:55:17 -07:00
xquartz XQuartz: RandR: Refactor legacy mode-switching to be better integrated with RandR 2010-09-28 10:09:11 -07:00
xwin Remove more superfluous if(p!=NULL) checks around free(p). 2010-11-11 08:30:26 +10:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00