gnucash maint: Bug 798229 - GncDate::c_formats is being created and destroyed twice...

John Ralls jralls at code.gnucash.org
Tue Jul 6 15:04:13 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/ebf84fbf (commit)
	from  https://github.com/Gnucash/gnucash/commit/8d0bb719 (commit)



commit ebf84fbf8d987fe6bdeb3e75e7e4c05c66349fa3
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 4 13:35:33 2021 -0700

    Bug 798229 - GncDate::c_formats is being created and destroyed twice...
    
    resulting in a double free crash on every exit.
    
    Exclude by name the obsolete pre-GnuCash 4 modules from being inspected
    so that they don't try to construct and destroy their static variables
    twice.



Summary of changes:
 libgnucash/gnc-module/gnc-module.c | 45 +++++++++++++++++++++++++++++++++++---
 1 file changed, 42 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list