summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger.h b/ledger.h
index 3503e35a..8f56e950 100644
--- a/ledger.h
+++ b/ledger.h
@@ -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();