[Xfce-bugs] [Bug 1874] (Possible) memory leaks and fixes from libwnck
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu Jun 15 23:10:56 CEST 2006
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=1874
------- Comment #3 from fourdan at xfce.org 2006-06-15 21:10 UTC -------
Are you sure of this, it looks odd (destroy the gtk widget and after unref the
corresponding gobject) ?
if (task->menu)
{
- gtk_widget_destroy (task->menu);
+ g_object_unref (task->menu);
task->menu = NULL;
}
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list