mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
glx: free context in driDestroyContext()
This commit is contained in:
parent
e206034863
commit
8b51278134
1 changed files with 1 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ static void driDestroyContext(__GLXDRIcontext *context,
|
|||
(*psc->core->destroyContext)(pcp->driContext);
|
||||
|
||||
XF86DRIDestroyContext(psc->dpy, psc->scr, pcp->hwContextID);
|
||||
Xfree(pcp);
|
||||
}
|
||||
|
||||
static Bool driBindContext(__GLXDRIcontext *context,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue