gnucash maint: Revert "[import-main-matcher] free gtk_tree_selection_get_selected_rows"

Christopher Lam clam at code.gnucash.org
Tue Jul 12 12:09:08 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/9afe5725 (commit)
	from  https://github.com/Gnucash/gnucash/commit/508e00a6 (commit)



commit 9afe57252b8df642e9ab1c558b23032bbc28f629
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Jul 13 00:05:17 2022 +0800

    Revert "[import-main-matcher] free gtk_tree_selection_get_selected_rows"
    
    This reverts commit 508e00a60bfe319bc071c6f73f5da94a86a30a23.

diff --git a/gnucash/import-export/import-main-matcher.c b/gnucash/import-export/import-main-matcher.c
index 2440be07d..1796b0b11 100644
--- a/gnucash/import-export/import-main-matcher.c
+++ b/gnucash/import-export/import-main-matcher.c
@@ -1133,7 +1133,6 @@ gnc_gen_trans_view_popup_menu (GtkTreeView *treeview,
     /* Note: event can be NULL here when called from view_onPopupMenu; */
     gtk_menu_popup_at_pointer (GTK_MENU(menu), (GdkEvent*)event);
 
-    g_list_free_full (selected_rows, (GDestroyNotify)gtk_tree_path_free);
     LEAVE ("");
 }
 



Summary of changes:
 gnucash/import-export/import-main-matcher.c | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list