st/egl: Fix a double free in drm_destroy_context.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 30 Sep 2009 03:36:01 +0000 (11:36 +0800)
committerBrian Paul <brianp@vmware.com>
Wed, 30 Sep 2009 14:15:30 +0000 (08:15 -0600)
commit4b95481e951424e24c9ab817998ae50b54ab9f84
treeaba2f365ccdb62e74b53df094c6d60bf56d74c1f
parentdd81cc885c3d0619921a7de7e00618e412c05697
st/egl: Fix a double free in drm_destroy_context.

st_destroy_context has destroyed the pipe context for us.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/gallium/state_trackers/egl/egl_context.c