[SchedXaction.c] free list of recurrences

pull/1392/head
Christopher Lam 4 years ago
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…
Cancel
Save