projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e206034
)
glx: free context in driDestroyContext()
author
Kristof Ralovich
<kristof.ralovich@gmail.com>
Wed, 20 Aug 2008 21:24:04 +0000
(15:24 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 20 Aug 2008 21:33:03 +0000
(15:33 -0600)
src/glx/x11/dri_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/dri_glx.c
b/src/glx/x11/dri_glx.c
index 82653f1625b82cb51aa7b9b34ce8dbcd71821b5e..08c83a2310882c0980189edca09c66d11736e54b 100644
(file)
--- a/
src/glx/x11/dri_glx.c
+++ b/
src/glx/x11/dri_glx.c
@@
-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,