xserver-multidpi/hw/xfree86/xaa
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
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
Makefile.am xaa: Fix compiler warning (implicit declaration) 2008-10-26 11:44:57 +01:00
xaa.h unifdef -B -DRENDER to always include RENDER code 2010-04-19 09:26:10 -07:00
XAA.HOWTO Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
xaaBitBlt.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaBitmap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaBitOrder.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaacexp.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xaaCpyArea.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaaCpyPlane.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaCpyWin.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaDashLine.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaFallback.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaFillArc.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaFillPoly.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaFillRect.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaGC.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaaGCmisc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaImage.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaInit.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaaInitAccel.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
xaaLine.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaLineMisc.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaalocal.h Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
xaaNonTEGlyph.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaNonTEText.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaOffscreen.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
xaaOverlay.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaOverlayDF.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
xaaPCache.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaaPict.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaRect.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaROP.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaarop.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaSpans.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaStateChange.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
xaaStipple.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaTables.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xaaTEGlyph.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
xaaTEText.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xaaWideLine.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaawrap.h Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xaaWrapper.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
xaaWrapper.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00