13
0

velocity display: clear must invalidate optimization iterator

This commit is contained in:
Paul Davis 2024-09-17 09:34:44 -06:00
parent a44e8ac088
commit 76104f994b

View File

@ -153,6 +153,7 @@ VelocityDisplay::clear ()
delete ev.second;
}
events.clear ();
_optimization_iterator = events.end();
}
void