[gncTaxtable] free GSList*

This commit is contained in:
Christopher Lam 2021-06-02 22:03:17 +08:00
parent 2807613c40
commit d611538ae7

View File

@ -697,6 +697,8 @@ gncTaxTableGetDefault (QofBook *book, GncOwnerType type)
path = g_slist_prepend (path, (void*)section);
guid = qof_book_get_guid_option (book, path);
g_slist_free (path);
return gncTaxTableLookup (book, guid);
}