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 101419 - Task Manager UI causes memory & file leaks
Task Manager UI causes memory & file leaks
Status: RESOLVED DUPLICATE of bug 97527
Product: Pan
Classification: Other
Component: general
pre-0.13.3 betas
Other Linux
: Urgent critical
: 0.13.3
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-12-17 07:50 UTC by Charles Kerr
Modified: 2006-06-18 05:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Kerr 2002-12-17 07:50:27 UTC
The Task Manager user interface increments the refcounts of the
tasks which it renders, but never unrefs them when the dialog is
closed.

A separate but related bug is that when rows are moved, they pick
up an additional unbalanced refcount.

In both cases, the refcounts should be balanced.

This bug appears to have been introduced when we moved to
GtkCTreeView for the task manager, and smoked out by accident
late last week when I moved the acache_checkin in task-save
from decode.c to task_save_destructor().  Since the latter
was never called, my cache file was filling up with hundreds
of files... :)
Comment 1 Charles Kerr 2002-12-17 08:00:08 UTC

*** This bug has been marked as a duplicate of 97527 ***