mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gncTaxtable] free GSList*
This commit is contained in:
parent
2807613c40
commit
d611538ae7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user