summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-07-18 15:22:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-07-18 15:22:16 +0000
commit702ca20bf08be7a4007defc5d91094e8b7d2ef8e (patch)
tree9b70072adcc1851dc412412c12fb90359121e665 /src/mesa/main/texstate.c
parentc19cbb58cd2862393d67b62a5fc523b6fa1ac9a6 (diff)
Fix up some loose ends from the last big check-in.
Diffstat (limited to 'src/mesa/main/texstate.c')
-rw-r--r--src/mesa/main/texstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 59fd7a9928..d61b2019e5 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -2987,5 +2987,5 @@ void _mesa_free_texture_data( GLcontext *ctx )
(ctx->Driver.DeleteTexture)(ctx, ctx->Texture.ProxyRect );
for (i = 0; i < MAX_TEXTURE_IMAGE_UNITS; i++)
- _mesa_free_colortable_data( &ctx->Texture.Unit[i].ColorTable );
+ _mesa_free_one_colortable( &ctx->Texture.Unit[i].ColorTable );
}