[SchedXaction.c] free list of recurrences

This commit is contained in:
Christopher Lam 2022-07-29 12:22:41 +08:00
parent 38ec9f254c
commit 7880f9b16f

View File

@ -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 );
}