Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
objmem: properly check for missing elements in
freeAllEntitiesImpl
It's forbidden to invoke `.erase()` on the end iterator, so avoid calling the method by guarding this code path by a `continue` + `ASSERT` combination. Signed-off-by: Pavel Solodovnikov <[email protected]>
- Loading branch information