Added two missing calls to clear()
This commit is contained in:
parent
4336ec3e8b
commit
ee7f5395e6
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ public:
|
||||||
virtual void clear() {
|
virtual void clear() {
|
||||||
posts_map.clear();
|
posts_map.clear();
|
||||||
post_chain->clear();
|
post_chain->clear();
|
||||||
|
item_handler<post_t>::clear();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -365,6 +366,7 @@ public:
|
||||||
|
|
||||||
virtual void clear() {
|
virtual void clear() {
|
||||||
temps.clear();
|
temps.clear();
|
||||||
|
comms.clear();
|
||||||
last_xact = NULL;
|
last_xact = NULL;
|
||||||
|
|
||||||
item_handler<post_t>::clear();
|
item_handler<post_t>::clear();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue