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:
037fc86
)
fix memleak, free the render instance on shutdown.
author
Dana Jansens
<danakj@orodu.net>
Sat, 3 Mar 2007 02:53:57 +0000
(
02:53
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 3 Mar 2007 02:53:57 +0000
(
02:53
+0000)
render/instance.c
patch
|
blob
|
history
diff --git
a/render/instance.c
b/render/instance.c
index 02e680404b7ca7b425f43e915cf082d3fbb77298..a9b70ffe47987942b1c9cb787576b4ef7f4f7363 100644
(file)
--- a/
render/instance.c
+++ b/
render/instance.c
@@
-214,6
+214,7
@@
void RrInstanceFree (RrInstance *inst)
g_free(inst->pseudo_colors);
g_hash_table_destroy(inst->color_hash);
g_object_unref(inst->pango);
+ g_free(inst);
}
}