[dialog-tax-table.c] free GList after use

This commit is contained in:
Christopher Lam 2020-11-01 21:02:14 +08:00
parent e9d1e694f2
commit ccc653186c

View File

@ -409,6 +409,9 @@ tax_table_entries_refresh (TaxTableWindow *ttw)
g_free (row_text[1]);
}
if (list)
g_list_free (list);
if (reference)
{
path = gtk_tree_row_reference_get_path (reference);