Merge branch 'development' into LTS_development
# Conflicts: # src/input/input_buffer.cpp
This commit is contained in:
commit
d504bbe720
1 changed files with 10 additions and 8 deletions
|
@ -358,6 +358,7 @@ namespace Mist {
|
|||
curPage.erase(tid);
|
||||
bufferLocations[tid].erase(bufferLocations[tid].begin());
|
||||
}
|
||||
if (pushLocation.count(it->first)){
|
||||
//Reset the userpage, to allow repushing from TS
|
||||
IPC::userConnection userConn(pushLocation[it->first]);
|
||||
for (int i = 0; i < SIMUL_TRACKS; i++){
|
||||
|
@ -367,11 +368,12 @@ namespace Mist {
|
|||
break;
|
||||
}
|
||||
}
|
||||
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->first);
|
||||
changed = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue