Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367120

Summary: gtk_tree_selection_get_selected_rows() invocations are leaking
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: SWTAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, remy.suen, Silenio_Quarti
Version: 3.8Keywords: performance
Target Milestone: 3.8 M5   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Grant Gayed CLA 2011-12-19 14:28:29 EST
According to http://developer.gnome.org/gtk/2.24/GtkTreeSelection.html#gtk-tree-selection-get-selected-rows , the list that is returned by gtk_tree_selection_get_selected_rows() should have each of its item data freed with something like "g_list_foreach (list, (GFunc) gtk_tree_path_free, NULL)".  SWT does not currently do this (there are many cases).