[import-main-matcher] free gtk_tree_selection_get_selected_rows

pull/1372/head
Christopher Lam 4 years ago
parent 47eeaf8e70
commit 508e00a60b

@ -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 ("");
}

Loading…
Cancel
Save