Added two missing calls to clear()

This commit is contained in:
John Wiegley 2011-06-30 09:25:35 -05:00
parent 4336ec3e8b
commit ee7f5395e6

View file

@ -97,6 +97,7 @@ public:
virtual void clear() {
posts_map.clear();
post_chain->clear();
item_handler<post_t>::clear();
}
};
@ -365,6 +366,7 @@ public:
virtual void clear() {
temps.clear();
comms.clear();
last_xact = NULL;
item_handler<post_t>::clear();