r300g: fix possible crash in destroy_context
authorMarek Olšák <maraeo@gmail.com>
Mon, 19 Jul 2010 18:47:30 +0000 (20:47 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 19 Jul 2010 19:12:52 +0000 (21:12 +0200)
commit3b189d888a99336a2df037e2b595844d4b9e05b5
tree507e8df95352054c706d50fdee32f8eae531a2d0
parentfd03dd203f19301520d16de58552cc2fec5e6115
r300g: fix possible crash in destroy_context

The problem is destroy_context is almost NEVER called.
The only test for destroy_context I know is compiz.

Reported by Vinson Lee.

FDO bug #29150.
src/gallium/drivers/r300/r300_context.c