summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/filters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters.h b/src/filters.h
index 2916857d..227245fb 100644
--- a/src/filters.h
+++ b/src/filters.h
@@ -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();