diff --git a/libgnucash/engine/SchedXaction.c b/libgnucash/engine/SchedXaction.c index ebbc1c48dd..99177e9ef5 100644 --- a/libgnucash/engine/SchedXaction.c +++ b/libgnucash/engine/SchedXaction.c @@ -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 ); }