gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Jul 16 20:11:42 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/d4c31a2e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/845de402 (commit)
	from  https://github.com/Gnucash/gnucash/commit/426b30c3 (commit)



commit d4c31a2e4afcd26cf7e72ab04a3c718c41874c94
Merge: 426b30c37 845de4026
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 16 17:06:15 2022 -0700

    Merge Simon Arlott's 'dialog-sx-since-last-run-memory-leak' into maint.

commit 845de4026f200f8c0446b5e6cbd57b2a655156af
Author: Simon Arlott <sa.me.uk>
Date:   Sun Jun 26 17:00:26 2022 +0100

    [dialog-sx-since-last-run] Fix handling of last run dialog on file open
    
    When the "since last run" notification dialog is disabled on file open, it
    leaks a reference to GncSxInstanceModel and any creation errors won't be
    displayed. Avoid returning from the function too early.
    
    If the "since last run" dialog is required but cancelled then the list of
    created transactions isn't freed. Free the list when the dialog is closed.



Summary of changes:
 gnucash/gnome/dialog-sx-since-last-run.c | 88 ++++++++++++++++----------------
 1 file changed, 45 insertions(+), 43 deletions(-)



More information about the gnucash-patches mailing list