From 702ca20bf08be7a4007defc5d91094e8b7d2ef8e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 18 Jul 2003 15:22:16 +0000 Subject: Fix up some loose ends from the last big check-in. --- src/mesa/main/texstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/texstate.c') 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 ); } -- cgit v1.2.3