xserver/hw/dmx
Mikhail Gusarov 0a4d8cbdcd Remove more superfluous if(p) checks around free(p)
This patch has been generated by the following Coccinelle semantic patch:

@@
expression E;
@@

-if(E) { free(E); }
+free(E);

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Reviewed-by: Matt Turner <mattst88@gmail.com>
2010-06-06 20:27:18 +07:00
..
config Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
doc Delete XineramaScreenRegions cache. 2010-06-03 14:03:23 -07:00
examples Rename xdmx client to dmxinfo 2010-03-22 00:45:46 -05:00
glxProxy Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
input Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
Makefile.am Fix .man.N targets for AM_SILENT_RULES 2010-03-22 00:45:55 -05:00
Xdmx.man
dmx-config.h dmx: remove doxygen-generated files. 2009-10-20 13:32:16 +10:00
dmx.c Eliminate boilerplate around client->noClientException. 2010-05-13 17:14:07 -07:00
dmx.h Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmx_glxvisuals.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
dmx_glxvisuals.h
dmxcb.c
dmxcb.h
dmxclient.h unifdef -B -DRENDER to always include RENDER code 2010-04-19 09:26:10 -07:00
dmxcmap.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
dmxcmap.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxcursor.c Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
dmxcursor.h
dmxdpms.c
dmxdpms.h
dmxextension.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
dmxextension.h dmx: remove doxygen-generated files. 2009-10-20 13:32:16 +10:00
dmxfont.c Eliminate boilerplate around client->noClientException. 2010-05-13 17:14:07 -07:00
dmxfont.h
dmxgc.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxgc.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxgcops.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
dmxgcops.h
dmxinit.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxinit.h
dmxinput.c Revert "Add a "flags" field to DeleteInputDeviceRequest." 2010-05-26 07:54:35 -07:00
dmxinput.h dmx: remove doxygen-generated files. 2009-10-20 13:32:16 +10:00
dmxlog.c
dmxlog.h
dmxpict.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxpict.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxpixmap.c Clean up after removal of screen parameters from region macros. 2010-06-05 22:07:21 -07:00
dmxpixmap.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxprop.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
dmxprop.h
dmxscrinit.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxscrinit.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxshadow.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
dmxshadow.h
dmxstat.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxstat.h
dmxsync.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
dmxsync.h
dmxvisual.c
dmxvisual.h
dmxwindow.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
dmxwindow.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00