supportExpirationQueueCache was not cleared with the rest of the cache objects

Signed-off-by: Kay Kurokawa <kay@lbry.io>
This commit is contained in:
Kay Kurokawa 2018-02-09 20:16:09 -05:00
parent b2ba3f5ea0
commit a2fa2c0720

View file

@ -2467,6 +2467,7 @@ bool CClaimTrieCache::clear() const
supportCache.clear();
supportQueueCache.clear();
supportQueueNameCache.clear();
supportExpirationQueueCache.clear();
namesToCheckForTakeover.clear();
cacheTakeoverHeights.clear();
return true;