gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Mar 21 16:38:40 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/74b9879c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e81398d8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b78e73a9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dbeb9789 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c344b04 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8449b791 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f8a8a077 (commit)



commit 74b9879c7575727bfc4886838d72a311110bdb7c
Merge: e81398d8e7 8449b791c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 21 13:35:29 2026 -0700

    Merge Sherlock's "TreeView GUI Leak" into stable.

commit e81398d8e781145c865e7efb81f56476a9564eb9
Merge: b78e73a9ab 8c344b048e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 21 13:34:06 2026 -0700

    Merge Sherlock's "Plugin Page Register GUI Leak" into stable.

commit b78e73a9ab3ca5d48636af2ac11988698c43ba2f
Merge: f8a8a07774 dbeb97891e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 21 13:31:25 2026 -0700

    Merge Sherlock's 'Plugin Page Report Gui Leak' into stable.

commit dbeb97891e1818a51ff9ac75a2a94f3cf35cefc9
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Fri Mar 20 14:47:25 2026 -0700

    Fix plugin page report gui leak
    
    Added g_object_unref() of priv->container to gnc_plugin_page_report_destroy().

commit 8c344b048e3859c8370bbec866c05e6b7a1e9d66
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Fri Mar 20 14:42:43 2026 -0700

    fix plugin page register gui leak
    
    Added g_object_unref() of priv->widget to gnc_plugin_page_register_destroy_widget().  Also, removed the gtk_widget_destroy() of priv->psr as priv->psr will be handled by the g_object_unref () of priv->widget.

commit 8449b791c2ad1a4c28364d8f11f93400a7727dde
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Fri Mar 20 14:32:03 2026 -0700

    Fix tree view gui leak
    
    Added g_object_unref() of priv->column_menu_icon_box to gnc_tree_view_finalize().



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view.c        | 9 ++++++++-
 gnucash/gnome/gnc-plugin-page-register.cpp | 7 ++++---
 gnucash/gnome/gnc-plugin-page-report.cpp   | 3 ++-
 3 files changed, 14 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list