[Mesa-dev] [PATCH 4/5] st/xorg: s/free/FREE for matching MALLOC/CALLOC
nobled
nobled at dreamwidth.org
Wed Jun 23 18:32:41 PDT 2010
---
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 *
--
1.5.4.3
More information about the mesa-dev
mailing list