Skip to content

Commit

Permalink
Merge branch 'master' into api_proxy_clean
Browse files Browse the repository at this point in the history
  • Loading branch information
zusage authored Oct 26, 2020
2 parents 91fd53a + 229d7ad commit 96b3ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/FaceliftUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ class MostRecentlyUsedCache
void remove(const Key &key)
{
auto it = m_map.find(key);
m_map.erase(key);
m_list.erase(it->second);
m_map.erase(key);
}

void clear()
Expand Down

0 comments on commit 96b3ee5

Please sign in to comment.