projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bacc44
)
destroy the hashtable on shutdown
author
Dana Jansens
<danakj@orodu.net>
Tue, 27 May 2003 20:13:25 +0000
(20:13 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 27 May 2003 20:13:25 +0000
(20:13 +0000)
render2/instance.c
patch
|
blob
|
history
diff --git
a/render2/instance.c
b/render2/instance.c
index b2abb3dd41f351d7c5404c4ae10205879467dbb0..97036248946f6ac7987045b6d3860103ca8ba4b3 100644
(file)
--- a/
render2/instance.c
+++ b/
render2/instance.c
@@
-111,6
+111,7
@@
struct RrInstance *RrInstanceNew(Display *display, int screen)
void RrInstanceFree(struct RrInstance *inst)
{
if (inst) {
+ g_hash_table_destroy(inst->surface_map);
glXDestroyContext(inst->display, inst->glx_context);
XFreeColormap(inst->display, inst->cmap);
free(inst);