gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Oct 16 11:04:51 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/171ce941 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/19a91f04 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d4e4062c (commit)



commit 171ce9413b6ae73bc1f2129add146d73975c6145
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 16 22:50:09 2021 +0800

    Don't g_strdup char* returned by scm_to_locale_string
    
    Previous code was returning a duplicated string and released the
    original one. It's no better than returning the original returned
    char* instead.

commit 19a91f041e0df59a2cfc043dad5b203ca0f6784d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 16 22:42:24 2021 +0800

    Revert "g_list_free swigged GList* arguments"
    
    This reverts commit 16184daf9573bef0a1892985747711f890a39eed. Was
    causing an unexplained GNC_IS_ACCOUNT assertion failure in
    account_foreach_descendant.



Summary of changes:
 bindings/engine.i | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)



More information about the gnucash-patches mailing list