From ee364a33b4e6353e1e5e1f049946bc1e042564d8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Wed, 4 Jan 2023 00:31:14 +0200 Subject: [PATCH] Fixed iterator invalidation issue --- Analysis/src/Normalize.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Analysis/src/Normalize.cpp b/Analysis/src/Normalize.cpp index b6654659..e19d48f8 100644 --- a/Analysis/src/Normalize.cpp +++ b/Analysis/src/Normalize.cpp @@ -1835,6 +1835,7 @@ void Normalizer::intersectClassesWithClass(NormalizedClassType& heres, TypeId th it = heres.ordering.erase(it); heres.classes.erase(hereTy); heres.pushPair(there, std::move(negations)); + break; } // If the incoming class is a superclass of the current class, we don't // insert it into the map.