xserver/hw/xfree86/dixmods/extmod
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 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dgaproc.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
modinit.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
modinit.h Death to Multibuffer extension 2010-04-21 18:06:35 +03:00
xf86dga2.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
xf86dgaext.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86vmode.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xvmod.c xfree86: ANSI cleanups 2009-01-11 08:54:11 +01:00
xvmodproc.h devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00