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 159172 - tooltips leaked (patch)
tooltips leaked (patch)
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-11-23 09:23 UTC by Paolo Borelli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (6.16 KB, patch)
2004-11-23 09:24 UTC, Paolo Borelli
none Details | Review

Description Paolo Borelli 2004-11-23 09:23:45 UTC
tooltips are not widgets so they need to be explicitely ref & sinked at cretaion
time and then unrefed on destroy, otherwise they are leaked.

patch attached.
Comment 1 Paolo Borelli 2004-11-23 09:24:11 UTC
Created attachment 34062 [details] [review]
proposed patch
Comment 2 Paolo Bacchilega 2004-11-23 12:52:45 UTC
Patch applied, thank you.