xserver-multidpi/hw/xfree86/vgahw
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
..
Makefile.am Remove smashing of CFLAGS from server build. 2006-09-18 12:11:18 -07:00
vgaCmap.c Quit using clientErrorValue in dix/colormap.c. 2010-05-13 17:14:07 -07:00
vgaHW.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
vgaHW.h Update to xextproto 7.0.99.1. 2009-07-15 17:00:05 +10:00
vgaHWmodule.c Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing 2006-06-05 03:00:24 +00:00