gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Aug 3 08:31:25 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/23bd7164 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/67ecb107 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a3177e8b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e0d953bf (commit)
	from  https://github.com/Gnucash/gnucash/commit/b247c105 (commit)



commit 23bd7164511bf26af231097d2ee10da78fdd1fb7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 30 23:18:20 2021 +0800

    g_free gnc-path's gchar* intermediate strings

commit 67ecb1074f2a407c5c07dfbbf71a6509d92ba991
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 30 23:16:45 2021 +0800

    [assistant-hierarchy.c] g_free data->gnc_accounts_dir
    
    because it is assigned to gnc_path_get_accountsdir() which is a *gchar
    and must be freed.

commit a3177e8b6bbe8f85e4ded4d7048515c42c879041
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 1 11:00:37 2021 +0800

    [swig] %newobject to g_free AccountList* functions

commit e0d953bfc895e1046e3f183d092717dd4c43b6dc
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 30 23:16:01 2021 +0800

    [swig] %newobject to g_free gchar* functions



Summary of changes:
 bindings/core-utils.i                        |  7 +++++++
 bindings/engine-common.i                     |  8 ++++++++
 bindings/engine.i                            |  2 ++
 gnucash/gnome/assistant-hierarchy.c          |  4 +++-
 libgnucash/backend/dbi/gnc-backend-dbi.cpp   |  4 +++-
 libgnucash/core-utils/gnc-filepath-utils.cpp | 26 ++++++++++++++++++++------
 6 files changed, 43 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list