Mesa (master): st/xorg: s/free/FREE for matching MALLOC/CALLOC

Chia-I Wu olv at kemper.freedesktop.org
Wed Jun 30 06:27:52 UTC 2010


Module: Mesa
Branch: master
Commit: 78215b02e4b4b12d68ee7eecab7c9dff21494bf5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78215b02e4b4b12d68ee7eecab7c9dff21494bf5

Author: nobled <nobled at dreamwidth.org>
Date:   Wed Jun 23 21:32:41 2010 -0400

st/xorg: s/free/FREE for matching MALLOC/CALLOC

---

 src/gallium/state_trackers/xorg/xorg_exa_tgsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c b/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
index 3e5e6bd..fe1aab3 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
@@ -642,7 +642,7 @@ void xorg_shaders_destroy(struct xorg_shaders *sc)
    cache_destroy(sc->r->cso, sc->fs_hash,
                  PIPE_SHADER_FRAGMENT);
 
-   free(sc);
+   FREE(sc);
 }
 
 static INLINE void *




More information about the mesa-commit mailing list