After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 394139 - Small memory leaks
Small memory leaks
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal minor
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2007-01-08 05:13 UTC by Charles Kerr
Modified: 2007-01-08 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix minor memory leaks (11.90 KB, patch)
2007-01-08 05:16 UTC, Charles Kerr
none Details | Review

Description Charles Kerr 2007-01-08 05:13:24 UTC
A valgrind run turned up a handful of small memory leaks.  See attached patch.
Comment 1 Charles Kerr 2007-01-08 05:16:19 UTC
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.