Skip to content

Commit

Permalink
[gncTaxtable] free GSList*
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jun 2, 2021
1 parent 2807613 commit d611538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgnucash/engine/gncTaxTable.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit d611538

Please sign in to comment.