Initialize journal_t::basket to NULL
This commit is contained in:
parent
6d835e52f5
commit
bdb3ebca3f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
namespace ledger {
|
||||
|
||||
journal_t::journal_t()
|
||||
: master(new account_t), was_loaded(false),
|
||||
: master(new account_t), basket(NULL), was_loaded(false),
|
||||
commodity_pool(new commodity_pool_t)
|
||||
{
|
||||
TRACE_CTOR(journal_t, "");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue