From c60bcc8966ce3454bb5eba6beb9c881b3d72ae6a Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 11 Jul 2006 20:13:28 +0000 Subject: free GL2Objects unconditionally --- src/mesa/main/context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 5440d81c4e..14887228c7 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -916,9 +916,7 @@ free_shared_state( GLcontext *ctx, struct gl_shared_state *ss ) _mesa_DeleteHashTable(ss->ArrayObjects); -#if FEATURE_ARB_shader_objects _mesa_DeleteHashTable(ss->GL2Objects); -#endif #if FEATURE_EXT_framebuffer_object _mesa_DeleteHashTable(ss->FrameBuffers); -- cgit v1.2.3