[gnc-report.cpp] missing g_free in 8106ffb84b

pull/1952/head
Christopher Lam 2 years ago
parent f32f653697
commit ff8c5b5873

@ -241,6 +241,7 @@ gnc_run_report_with_error_handling (gint report_id, gchar ** data, gchar **errms
*errmsg = g_strdup_printf (without_err, gnc_report_name (report));
*data = nullptr;
g_free (scm_err);
return FALSE;
}
}

Loading…
Cancel
Save