diff options
Diffstat (limited to 'account.cc')
-rw-r--r-- | account.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ namespace ledger { account_t::~account_t() { DEBUG_PRINT("ledger.memory.ctors", "dtor account_t"); + //assert(! data); + for (accounts_map::iterator i = accounts.begin(); i != accounts.end(); i++) |