xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Fix leak book keeping #172

Closed xkikeg closed 4 weeks ago

xkikeg commented 4 weeks ago

It used to leaked all transaction.posting.amount.

it'll be tricky to move Amount map into Bump, as mostly it's temporal and having it in arena can consume memory more than needed.