[gnc-plugin-page-report] free char*

This commit is contained in:
Christopher Lam 2021-06-02 22:04:06 +08:00
parent 8a6413342d
commit f525712260

View File

@ -495,6 +495,8 @@ gnc_plugin_page_report_create_widget( GncPluginPage *page )
gnc_plugin_page_report_load_cb (priv->html, type, id_name, url_label, report);
g_free(id_name);
g_free(child_name);
g_free (url_label);
g_free (url_location);
// FIXME. This is f^-1(f(x)), isn't it?
DEBUG( "id=%d", priv->reportId );