mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
Remove bogus write to freed memory (valgrind).
This commit is contained in:
parent
118b82145a
commit
8e46534b3b
1 changed files with 0 additions and 1 deletions
|
|
@ -573,7 +573,6 @@ viaDestroyContext(__DRIcontextPrivate *driContextPriv)
|
|||
FreeBuffer(vmesa);
|
||||
/* free the Mesa context */
|
||||
_mesa_destroy_context(vmesa->glCtx);
|
||||
vmesa->glCtx->DriverCtx = NULL;
|
||||
FREE(vmesa);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue