mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gncEntryLedger] free taxes, a list of GncAccountValue
This commit is contained in:
@@ -788,6 +788,7 @@ gnc_entry_ledger_compute_value (GncEntryLedger *ledger,
|
||||
|
||||
/* return the tax value */
|
||||
taxes_unrounded = gncAccountValueTotal (taxes);
|
||||
gncAccountValueDestroy (taxes);
|
||||
if (tax_value)
|
||||
*tax_value = gnc_numeric_convert (taxes_unrounded, denom,
|
||||
GNC_HOW_RND_ROUND_HALF_UP);
|
||||
|
||||
Reference in New Issue
Block a user