code review for #438

This commit is contained in:
gorhill 2014-12-27 13:42:47 -05:00
parent 2fed750ac9
commit aed66e5278
1 changed files with 1 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@ FilterContainer.prototype.pruneSelectorCacheAsync = function() {
// console.debug('pruneSelectorCacheAsync: flushing "%s"', hostname);
entry.dispose();
delete cache[hostname];
this.selectorCacheCount -= 1;
}
this.triggerSelectorCachePruner();
};