mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[reconcile-view.c] g_list_free a GList*
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user