diff options
author | Tilman Sauerbeck <[email protected]> | 2006-07-11 20:13:28 +0000 |
---|---|---|
committer | Tilman Sauerbeck <[email protected]> | 2006-07-11 20:13:28 +0000 |
commit | c60bcc8966ce3454bb5eba6beb9c881b3d72ae6a (patch) | |
tree | 8991aa21bfb38cce0e6093bf9fd5088899a2e092 /src/mesa | |
parent | c0eb777cd8e67e266a2fd1bccda7f77c0f1bd097 (diff) |
free GL2Objects unconditionally
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 5440d81c4e6..14887228c75 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); |