GNOME Bugzilla – Bug 683812
leak in gtk_widget_accessible_get_description
Last modified: 2012-09-11 17:20:13 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().
*** This bug has been marked as a duplicate of bug 683317 ***