diff options
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ class journal_t journal_t() { master = new account_t(NULL, ""); - item_pool = NULL; + item_pool = item_pool_end = NULL; } ~journal_t(); |