projects
/
dockapps
/
hvclock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483a00f
)
Fix memory leak causing XServer to crash
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Mar 2016 04:58:16 +0000
(23:58 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Mar 2016 22:32:59 +0000
(17:32 -0500)
Original XServer error message:
"TouchListenerGone: couldn't allocate events"
Found by running xrestop utility.
src/dockapp.c
patch
|
blob
|
history
diff --git
a/src/dockapp.c
b/src/dockapp.c
index
5a44389
..
e92f00e
100644
(file)
--- a/
src/dockapp.c
+++ b/
src/dockapp.c
@@
-116,6
+116,9
@@
dockapp_set_mask(GtkWidget *iconwin, char **xpm)
}
gtk_widget_shape_combine_mask(iconwin, mask, 0, 0);
+ g_object_unref(mask);
+ g_object_unref(pixmap);
+ g_object_unref(pixbuf);
}
static GtkWidget *