Skip to content

Commit 0c4f6f2

Browse files
committed
[fix]
1 parent cf5e25e commit 0c4f6f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Core/Searcher.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,9 @@ void BlockLevelSearcher::clear(ExecutionState &state) {
846846
if (sizesTo.size() == 0) {
847847
sizeTo.erase(bl.sizeOfLevel);
848848
}
849+
if (sizeTo.size() == 0) {
850+
data.erase(kf);
851+
}
849852
}
850853

851854
void BlockLevelSearcher::update(ExecutionState *current,

0 commit comments

Comments
 (0)