Skip to content
Snippets Groups Projects
Unverified Commit 3fc7acee authored by Andrew Strelsky's avatar Andrew Strelsky
Browse files

Fixed invalid iterator usage

parent 781c1d8d
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