From c5585ebe2ce340e2bbe0d0e11ab39322609e9c69 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Wed, 2 Jun 2021 22:03:34 +0800 Subject: [PATCH] [gncInvoice] free GList* --- libgnucash/engine/gncInvoice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/engine/gncInvoice.c b/libgnucash/engine/gncInvoice.c index 9d09841731..eb0cf6820a 100644 --- a/libgnucash/engine/gncInvoice.c +++ b/libgnucash/engine/gncInvoice.c @@ -1844,6 +1844,7 @@ gncInvoiceUnpost (GncInvoice *invoice, gboolean reset_tax_tables) else if (other_invoice) qof_event_gen (QOF_INSTANCE(other_invoice), QOF_EVENT_MODIFY, NULL); } + g_list_free (lot_list); } g_list_free (lot_split_list);