gnucash/libgnucash/app-utils/test
Maarten Bosmans 71802b5627 [test] Fix memory leak in test-gnc-quotes
When the commodity table is registered, the current book will get
a default table assigned.  When later setting the table explicitly
using qof_book_set_data() the exisiting table gets overwritten and
is thus leaked.

There is no way of removing or freeing a currency table from a book,
so the best we can do here is to set our own table on the book before
calling gnc_commodity_table_register().
2023-04-29 11:52:12 -07:00
..
CMakeLists.txt [price-quotes] Switch error handling to exceptions. 2022-10-02 11:50:26 -07:00
gtest-gnc-quotes.cpp [test] Fix memory leak in test-gnc-quotes 2023-04-29 11:52:12 -07:00
test-exp-parser.c Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla' 2018-09-28 15:00:43 +02:00
test-print-parse-amount.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
test-sx.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00