[import-main-matcher] free gtk_tree_selection_get_selected_rows

This commit is contained in:
Christopher Lam
2022-07-10 22:39:16 +08:00
parent 47eeaf8e70
commit 508e00a60b

View File

@@ -1133,6 +1133,7 @@ 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 ("");
}