summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/walk.cc b/walk.cc
index c5e93dfb..da7db316 100644
--- a/walk.cc
+++ b/walk.cc
@@ -664,6 +664,7 @@ void clear_transactions_xdata()
i != transactions_xdata_ptrs.end();
i++)
**i = NULL;
+ transactions_xdata_ptrs.clear();
}
template <>
@@ -782,6 +783,7 @@ void clear_accounts_xdata()
i != accounts_xdata_ptrs.end();
i++)
**i = NULL;
+ accounts_xdata_ptrs.clear();
}