xserver-multidpi/hw/dmx/glxProxy
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
..
compsize.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_disptab.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_disptab.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_renderswap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
global.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
glxcmds.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
glxcmdsswap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
glxcontext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdrawable.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxerror.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxext.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
glxext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxfbconfig.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxfbconfig.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxscreens.c dmx: Delete unused local variables. 2010-05-26 11:16:51 -07:00
glxscreens.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxserver.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxsingle.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
glxsingle.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxswap.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
glxswap.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
glxutil.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
glxutil.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxvendor.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
glxvendor.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxvisuals.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
glxvisuals.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08:00
render2swap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
renderpixswap.c dmx: Delete unused local variables. 2010-05-26 11:16:51 -07:00
unpack.h dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00