Fix for repushing.
This commit is contained in:
parent
d4ca1dab42
commit
9df850a149
1 changed files with 4 additions and 2 deletions
|
@ -217,12 +217,14 @@ namespace Mist {
|
|||
curPage.erase(tid);
|
||||
bufferLocations[tid].erase(bufferLocations[tid].begin());
|
||||
}
|
||||
if (pushLocation.count(it->first)){
|
||||
pushLocation.erase(it->first);
|
||||
}
|
||||
curPageNum.erase(it->first);
|
||||
metaPages[it->first].master = true;
|
||||
metaPages.erase(it->first);
|
||||
activeTracks.erase(it->first);
|
||||
pushLocation.erase(it->first);
|
||||
myMeta.tracks.erase(it);
|
||||
myMeta.tracks.erase(it->first);
|
||||
changed = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue