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 79783 - listener object being leaked?
listener object being leaked?
Status: RESOLVED FIXED
Product: gtkhtml2
Classification: Deprecated
Component: General
unspecified
Other other
: Normal normal
: ---
Assigned To: Anders Carlsson
Anders Carlsson
Depends on:
Blocks:
 
 
Reported: 2002-04-24 18:35 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
Proposed patch (4.07 KB, patch)
2002-11-29 17:32 UTC, padraig.obriain
none Details | Review

Description Damon Chaplin 2002-04-24 18:35:13 UTC
html_document_parsed_document_node() creates a listener object but it is
never unreffed. Is it leaked?
Comment 1 padraig.obriain 2002-11-29 14:05:32 UTC
It looks like they are being leaked. I am working on a patch.
Comment 2 padraig.obriain 2002-11-29 17:32:02 UTC
Created attachment 12638 [details] [review]
Proposed patch
Comment 3 padraig.obriain 2002-12-03 09:30:00 UTC
Patch committed to HEAD.