Remove bogus write to freed memory (valgrind).

This commit is contained in:
Keith Whitwell 2005-01-12 19:27:49 +00:00
parent 118b82145a
commit 8e46534b3b

View file

@ -573,7 +573,6 @@ viaDestroyContext(__DRIcontextPrivate *driContextPriv)
FreeBuffer(vmesa);
/* free the Mesa context */
_mesa_destroy_context(vmesa->glCtx);
vmesa->glCtx->DriverCtx = NULL;
FREE(vmesa);
}