mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()
authorBrian Paul <brianp@vmware.com>
Wed, 7 Oct 2009 20:07:49 +0000 (14:07 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 7 Oct 2009 20:07:49 +0000 (14:07 -0600)
commit7dd2c0afd68a90bb6b1f5f030c8d60bf6a562071
tree5e1c6cb0ecb3f8382bfb27a060ab7cabae7f37e9
parent9fde81bb20bbfd2f8da80749cb84d890843a7bc2
mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()

They're freed by the normal context deallocation code.
Fixes Blender crash, bug 24185.
src/mesa/drivers/common/meta.c