GNOME Bugzilla – Bug 417539
Memory leak in Gtk::TreeView::get_cursor()
Last modified: 2007-03-23 16:12:44 UTC
Using valgrind I found that function Gtk::TreeView::get_cursor() has memory leak for GtkTreePath pointer.
Created attachment 84438 [details] [review] Patch fixes get_cursor() in treeview.ccg
Committed. Thanks. I changed it to use true as the second TreePath::wrap() argument, to avoid an unnecessary copy.