gnucash stable: gncTaxTable: chain up to the correct parent function.
John Ralls
jralls at code.gnucash.org
Tue Dec 16 22:10:52 EST 2025
Updated via https://github.com/Gnucash/gnucash/commit/34330c2a (commit)
from https://github.com/Gnucash/gnucash/commit/5fc5cfeb (commit)
commit 34330c2a5790d2dc14f356d09a9b9a4bbd20f2ab
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Dec 16 19:10:31 2025 -0800
gncTaxTable: chain up to the correct parent function.
diff --git a/libgnucash/engine/gncTaxTable.c b/libgnucash/engine/gncTaxTable.c
index fec75d7aed..59a9f520ef 100644
--- a/libgnucash/engine/gncTaxTable.c
+++ b/libgnucash/engine/gncTaxTable.c
@@ -228,7 +228,7 @@ gnc_taxtable_dispose(GObject *ttp)
static void
gnc_taxtable_finalize(GObject* ttp)
{
- G_OBJECT_CLASS(gnc_taxtable_parent_class)->dispose(ttp);
+ G_OBJECT_CLASS(gnc_taxtable_parent_class)->finalize(ttp);
}
static void
Summary of changes:
libgnucash/engine/gncTaxTable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list