xserver-multidpi/hw/dmx/glxProxy
Cyril Brulebois 0649ac0afd 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: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-11 08:28:50 +10:00
..
compsize.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07: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 Remove more superfluous if(p) checks around free(p). 2010-11-11 08:28:50 +10:00
glxcmdsswap.c dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -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 Remove more superfluous if(p) checks around free(p). 2010-11-11 08:28:50 +10:00
glxext.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxfbconfig.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
glxfbconfig.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxscreens.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -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: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -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 dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxutil.h dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxvendor.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxvendor.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxvisuals.c dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxvisuals.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07: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