* 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:
Derek Atkins 2003-07-23 18:53:38 +00:00
parent 7ac8b434df
commit 49e769c6af

View File

@ -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);