From a2fa2c0720e83dae6f1582e7ec15395e4c697603 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Fri, 9 Feb 2018 20:16:09 -0500 Subject: [PATCH] supportExpirationQueueCache was not cleared with the rest of the cache objects Signed-off-by: Kay Kurokawa --- src/claimtrie.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/claimtrie.cpp b/src/claimtrie.cpp index a0e120261..2560610b6 100644 --- a/src/claimtrie.cpp +++ b/src/claimtrie.cpp @@ -2467,6 +2467,7 @@ bool CClaimTrieCache::clear() const supportCache.clear(); supportQueueCache.clear(); supportQueueNameCache.clear(); + supportExpirationQueueCache.clear(); namesToCheckForTakeover.clear(); cacheTakeoverHeights.clear(); return true;