mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-plugin-page] free char*
This commit is contained in:
parent
34eea507c4
commit
fe2cbed19c
@ -544,6 +544,10 @@ gnc_plugin_page_finalize (GObject *object)
|
||||
page = GNC_PLUGIN_PAGE(object);
|
||||
|
||||
priv = GNC_PLUGIN_PAGE_GET_PRIVATE(page);
|
||||
|
||||
if (priv->ui_description)
|
||||
g_free (priv->ui_description);
|
||||
|
||||
if (priv->page_name)
|
||||
g_free (priv->page_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user