fix bogus assertion that checked for an empty texture heap list before
authorAlan Hourihane <alanh@tungstengraphics.com>
Mon, 8 Dec 2003 22:43:10 +0000 (22:43 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Mon, 8 Dec 2003 22:43:10 +0000 (22:43 +0000)
commit73c3c397e4c07b48dcc845add9d80df025e1f0cd
treec0cfb2d4d1ac060f8788012ba5fbb85fb73fbbdc
parent93c2dacca6a995134ff6d78273385394e7d8ae49
fix bogus assertion that checked for an empty texture heap list before
deleting the textures. Essentially move the assertion after the destruction
of the heap.
src/mesa/drivers/dri/i810/i810context.c
src/mesa/drivers/dri/i830/i830_context.c
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/r128/r128_context.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/radeon/radeon_context.c