I analyzed the source code and I found the problem in file theme.c (equal for 
both standard and ubuntu theme). It was in incorrectly deallocation of 
SexyUrlLabel.
With valgrind I noticed the presence of a lot of memory "still reachable".
I think that probably it is libsexy problem, because if I write this simple  
code:

GtkWidget *tmp = sexy_url_label_new();
gtk_widget_destroy(tmp);

or use
g_object_unref(G_OBJECT(tmp));

the GtkWidget "tmp" created with sexy_url_label_new() it is improperly
deallocated.

-- 
notification-daemon memory leak 
https://bugs.launchpad.net/bugs/329564
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to notification-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to