mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
drisw: fix use after free (bug 27370)
This commit is contained in:
parent
e5c7d1e1c8
commit
5cc9387d0d
1 changed files with 0 additions and 2 deletions
|
|
@ -184,8 +184,6 @@ static int driUnbindContext(__DRIcontext *pcp)
|
|||
pcp->driDrawablePriv = NULL;
|
||||
pcp->driReadablePriv = NULL;
|
||||
|
||||
pdp->driContextPriv = NULL;
|
||||
|
||||
return GL_TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue