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:
@@ -547,6 +547,9 @@ gnc_plugin_page_finalize (GObject *object)
|
||||
if (priv->page_name)
|
||||
g_free (priv->page_name);
|
||||
|
||||
if (priv->page_long_name)
|
||||
g_free (priv->page_long_name);
|
||||
|
||||
if (priv->page_color)
|
||||
g_free (priv->page_color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user