Code Freeze break request for gnome-applets
- From: Callum McKenzie <callum spooky-possum org>
- To: release-team gnome org
- Subject: Code Freeze break request for gnome-applets
- Date: Fri, 19 Sep 2008 23:20:06 +1200
There is a memory leak in the trash applet resulting from the GIO port.
It is not a large leak at any one time, but occurs every time the trash
contents change and will build up with time. The bug is 552577.
The patch is an almost trivial one liner:
diff -up gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak
gnome-applets-2.23.92/trashapplet/src/trashapplet.c
--- gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak
2008-09-16 22:38:24.000000000 -0400
+++ gnome-applets-2.23.92/trashapplet/src/trashapplet.c 2008-09-16
22:39:29.000000000 -0400
@@ -148,6 +148,7 @@ trash_applet_monitor_changed (TrashApple
}
g_object_unref (icon);
+ g_object_unref (info);
}
static void
- Callum
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]