mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
free GL2Objects unconditionally
This commit is contained in:
parent
c0eb777cd8
commit
c60bcc8966
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue