gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Oct 8 17:29:16 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/7692027b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7c9c2eba (commit)
	 via  https://github.com/Gnucash/gnucash/commit/be75a433 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c321eae7 (commit)



commit 7692027bd5f521f37a75ff341846e68c37da38b9
Merge: 7c9c2eba3 be75a433f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 8 14:26:08 2021 -0700

    Merge Jean Laroche's 'fix_memory_leak_ofx' into maint.

commit 7c9c2eba3c4f1f59b84aa70ce3b2bd93b96d62c1
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 8 14:17:28 2021 -0700

    Bug 798320 - Error message indicating a crash of GNUcash when closing...
    
    application - MacOS 10.15.7 (19H1419)
    
    Destruction order problem: The SX template accounts can't be destroyed
    until after the template splts and transactions are.
    
    Register them before the transactions and splits, as destruction occurs
    in reverse order of registration.

commit be75a433fcdcd5262397834484f1041ff6fddc4e
Author: jean <27791933+jeanlaroche at users.noreply.github.com>
Date:   Fri Oct 8 13:38:00 2021 -0700

    Fix memory leak when the user cancels the matching process



Summary of changes:
 gnucash/import-export/ofx/gnc-ofx-import.c | 6 +++++-
 libgnucash/engine/cashobjects.c            | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list