Skip to content
Snippets Groups Projects
Unverified Commit 9ad6c268 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #7106 from astrelsky/invalid_iterator_fix

Fixed invalid iterator usage
parents 781c1d8d 3fc7acee
No related branches found
No related tags found
No related merge requests found
......@@ -314,8 +314,8 @@ private:
}
void UntrackPlaceholder(boost::icl::separate_interval_set<size_t>::iterator it) {
placeholders.erase(it);
placeholder_host_pointers.erase(it->lower());
placeholders.erase(it);
}
/// Return true when a given memory region is a "nieche" and the placeholders don't have to be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment