[reconcile-view.c] g_list_free a GList*

This commit is contained in:
Christopher Lam
2021-08-05 09:23:34 +08:00
parent c9db551693
commit de0af2dca7

View File

@@ -690,6 +690,7 @@ gnc_reconcile_view_finalize (GObject *object)
{
GNCReconcileView *view = GNC_RECONCILE_VIEW (object);
g_list_free (view->column_list);
if (view->reconciled != NULL)
{
g_hash_table_destroy (view->reconciled);