mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[SchedXaction.c] free list of recurrences
This commit is contained in:
parent
38ec9f254c
commit
7880f9b16f
@ -520,6 +520,9 @@ xaccSchedXactionFree( SchedXaction *sx )
|
||||
sx->deferredList = NULL;
|
||||
}
|
||||
|
||||
/* a GList of Recurrences */
|
||||
g_list_free_full (sx->schedule, g_free);
|
||||
|
||||
/* qof_instance_release (&sx->inst); */
|
||||
g_object_unref( sx );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user