summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobled <nobled@dreamwidth.org>2010-06-23 21:32:41 -0400
committerChia-I Wu <olv@lunarg.com>2010-06-30 14:16:20 +0800
commit78215b02e4b4b12d68ee7eecab7c9dff21494bf5 (patch)
treee8fe51861a2d48f1ce294ceb33e06b69243d5b75
parent8977879ec91b21572abd9bb95dcd0e72ba49f753 (diff)
st/xorg: s/free/FREE for matching MALLOC/CALLOC
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa_tgsi.c2
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 3e5e6bd6a6e..fe1aab3ab98 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 *