mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-plugin-page-report] free char*
This commit is contained in:
parent
8a6413342d
commit
f525712260
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user