mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[dialog-tax-table.c] free GList after use
This commit is contained in:
parent
e9d1e694f2
commit
ccc653186c
@ -409,6 +409,9 @@ tax_table_entries_refresh (TaxTableWindow *ttw)
|
|||||||
g_free (row_text[1]);
|
g_free (row_text[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (list)
|
||||||
|
g_list_free (list);
|
||||||
|
|
||||||
if (reference)
|
if (reference)
|
||||||
{
|
{
|
||||||
path = gtk_tree_row_reference_get_path (reference);
|
path = gtk_tree_row_reference_get_path (reference);
|
||||||
|
Loading…
Reference in New Issue
Block a user