From ee7f5395e68f090a449f2ccbcaade3238df1d679 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 30 Jun 2011 09:25:35 -0500 Subject: Added two missing calls to clear() --- src/filters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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::clear(); } }; @@ -365,6 +366,7 @@ public: virtual void clear() { temps.clear(); + comms.clear(); last_xact = NULL; item_handler::clear(); -- cgit v1.2.3