gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Thu Nov 28 06:02:40 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/ec0d2619 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5661c45d (commit)
	from  https://github.com/Gnucash/gnucash/commit/64a319eb (commit)



commit ec0d2619e97e22e14350fcdcf6b4721c2aa96ea7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Nov 28 08:27:46 2024 +0800

    gnc_commodity_table_get_commodities must be g_list_freed
    
    the previous g_list_free was being called at the wrong scope, and
    commodity_list was NULL anyway at the end of the loop.

commit 5661c45d2a843c88859443e977c01d74316cca00
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Nov 28 08:21:59 2024 +0800

    gnc_commodity_table_get_namespaces must be g_list_freed



Summary of changes:
 bindings/guile/gnc-optiondb.i                           | 10 +++++++---
 .../csv-imp/assistant-csv-price-import.cpp              | 17 ++++++-----------
 gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp      |  1 +
 libgnucash/engine/gnc-optiondb.cpp                      |  1 +
 4 files changed, 15 insertions(+), 14 deletions(-)



More information about the gnucash-patches mailing list