GNOME Bugzilla – Bug 394139
Small memory leaks
Last modified: 2007-01-08 17:47:23 UTC
A valgrind run turned up a handful of small memory leaks. See attached patch.
Created attachment 79707 [details] [review] fix minor memory leaks Fixes minor memory leaks; mostly things like tooltip GtkObjects that need to be unref'ed when the dialog/window they're being used in are destroyed.