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 683812 - leak in gtk_widget_accessible_get_description
leak in gtk_widget_accessible_get_description
Status: RESOLVED DUPLICATE of bug 683317
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-09-11 17:17 UTC by William Jon McCann
Modified: 2012-09-11 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2012-09-11 17:17:49 UTC
gtk_widget_accessible_get_description leaks a string because it returns a const char * and it gets it from char * gtk_widget_get_tooltip_text().
Comment 1 Claudio Saavedra 2012-09-11 17:20:13 UTC

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