diff --git a/src/gnome-utils/window-main-summarybar.c b/src/gnome-utils/window-main-summarybar.c index e3b72d3d78..f6c89c43b0 100644 --- a/src/gnome-utils/window-main-summarybar.c +++ b/src/gnome-utils/window-main-summarybar.c @@ -434,6 +434,14 @@ gnc_main_window_summary_refresh (GNCMainSummary * summary) gtk_combo_box_set_active(GTK_COMBO_BOX(summary->totals_combo), 0); } + + /* Free the list we created for this */ + for (current = g_list_first(currency_list); + current; + current = g_list_next(current)) { + g_free(current->data); + } + g_list_free(currency_list); } static void