xserver/hw/xfree86/parser
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
..
Configint.h
DRI.c
Device.c
Extensions.c
Files.c
Flags.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
Input.c
InputClass.c Add tag matching to input attributes. 2010-02-11 19:25:49 +10:00
Layout.c
Makefile.am xfree86: Allow adding sysconfdir and datadir to config search paths 2010-04-08 15:21:00 +10:00
Module.c
Monitor.c
Pointer.c
Screen.c
Vendor.c
Video.c
configProcs.h
read.c xfree86: fix not reached code in parser 2010-04-21 18:07:13 +03:00
scan.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
write.c
xf86Optrec.h
xf86Parser.h Add tag matching to input attributes. 2010-02-11 19:25:49 +10:00
xf86tokens.h Add tag matching to input attributes. 2010-02-11 19:25:49 +10:00