[gnc-plugin-page] free char*

This commit is contained in:
Christopher Lam 2021-06-07 22:58:30 +08:00
parent 34eea507c4
commit fe2cbed19c

View File

@ -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);