Skip to content

Commit

Permalink
Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jun 13, 2019
2 parents 5fb3542 + b55fb50 commit 0a42e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track/globaltrackcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void GlobalTrackCache::deactivate() {

auto j = m_tracksByCanonicalLocation.begin();
while (j != m_tracksByCanonicalLocation.end()) {
Track* plainPtr= i->second->getPlainPtr();
Track* plainPtr= j->second->getPlainPtr();
m_pSaver->saveCachedTrack(plainPtr);
j = m_tracksByCanonicalLocation.erase(j);
}
Expand Down

0 comments on commit 0a42e5c

Please sign in to comment.