gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Apr 19 18:43:10 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/2e360ae0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1ea22be0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fbcdfb0a (commit)
	from  https://github.com/Gnucash/gnucash/commit/15510b7f (commit)



commit 2e360ae05fe07ae02b46bb7d576fd9dd2b171ecf
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Apr 20 00:44:55 2026 +0800

    [window-main-summarybar.c] g_free a char*
    
    which would leak when the pref general/negative-in-red preference
    is toggled

commit 1ea22be0eafeb2d95eb06d48caa0d72c51cc7e6b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Apr 20 05:28:35 2026 +0800

    [gnc-plugin-report-system] use g_markup_printf_escaped for safe html
    
    instead of manual function

commit fbcdfb0a54e94506e41212e29f076624955664ab
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Apr 20 05:29:12 2026 +0800

    [window-main-summarybar.c] use g_markup_printf_escaped for safe html
    
    instead of a manual function



Summary of changes:
 gnucash/gnome-utils/window-main-summarybar.c | 108 ++++++++-------------------
 gnucash/gnome/gnc-plugin-report-system.c     |  33 ++------
 2 files changed, 38 insertions(+), 103 deletions(-)



More information about the gnucash-patches mailing list