mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/engine/gnc-book.c: be sure to delete the book's KVP when we
destroy it. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8917 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7ac8b434df
commit
49e769c6af
@ -103,6 +103,8 @@ qof_book_destroy (QofBook *book)
|
||||
qof_entity_destroy (book->entity_table);
|
||||
book->entity_table = NULL;
|
||||
|
||||
kvp_frame_delete (book->kvp_data);
|
||||
|
||||
/* FIXME: Make sure the data_table is empty */
|
||||
g_hash_table_destroy (book->data_tables);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user