mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gncInvoice] free GList*
This commit is contained in:
parent
d611538ae7
commit
c5585ebe2c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user