mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-account-sel.c] GNCAccountSel finalize must free commodity list
This commit is contained in:
parent
ce2b89fd8c
commit
3ab1d32f6e
@ -403,6 +403,9 @@ gnc_account_sel_finalize (GObject *object)
|
||||
if (gas->acctTypeFilters)
|
||||
g_list_free (gas->acctTypeFilters);
|
||||
|
||||
if (gas->acctCommodityFilters)
|
||||
g_list_free (gas->acctCommodityFilters);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user