xserver-multidpi/hw/dmx/input
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
..
atKeynames.h Input: Remove state from KeyClassRec 2009-01-22 15:08:55 +11:00
ChkNotMaskEv.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
ChkNotMaskEv.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxarg.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxarg.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxbackend.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxbackend.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxcommon.c Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
dmxcommon.h XKB: Make XKB mandatory 2009-01-22 15:06:25 +11:00
dmxconsole.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxconsole.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxdetach.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxdummy.c XKB: Make XKB mandatory 2009-01-22 15:06:25 +11:00
dmxdummy.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxevents.c dmx: remove doxygen-generated files. 2009-10-20 13:32:16 +10:00
dmxevents.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxinputinit.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxinputinit.h dmx: Fix XSetExtensionErrorHandler calls to agree on constness. 2010-06-03 14:03:22 -07:00
dmxmap.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxmap.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxmotion.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
dmxmotion.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxsigio.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxsigio.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxxinput.c dmx: Delete unused ChangeKeyboardDevice/ChangePointerDevice. 2010-05-26 11:42:40 -07:00
lnx-keyboard.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
lnx-keyboard.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
lnx-ms.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
lnx-ms.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
lnx-ps2.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
lnx-ps2.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
Makefile.am dmx: purge DMX EQ leftovers 2009-09-13 10:30:17 +10:00
usb-common.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
usb-common.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-keyboard.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
usb-keyboard.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-mouse.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-mouse.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-other.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-other.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
usb-private.h Death to RCS tags. 2007-06-29 14:06:52 -04:00