mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-plugin-page-owner-tree] g_value_unset
This commit is contained in:
parent
f6a9be45ba
commit
538df676d5
@ -373,6 +373,7 @@ gnc_plugin_page_owner_tree_new (GncOwnerType owner_type)
|
||||
g_object_set_property (G_OBJECT(action), "visible", &gvalue);
|
||||
}
|
||||
|
||||
g_value_unset (&gvalue);
|
||||
LEAVE("new %s tree page %p", gncOwnerTypeToQofIdType(owner_type), plugin_page);
|
||||
return GNC_PLUGIN_PAGE(plugin_page);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user