From 35e7fbb36665e10e066a886a204ca1d8561d6164 Mon Sep 17 00:00:00 2001 From: nordsoft Date: Sat, 28 Oct 2023 22:22:30 +0200 Subject: [PATCH] Fix crash cause by duplicated delete --- lib/rmg/modificators/ObjectManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rmg/modificators/ObjectManager.cpp b/lib/rmg/modificators/ObjectManager.cpp index 9d34b3833..70b3a6a51 100644 --- a/lib/rmg/modificators/ObjectManager.cpp +++ b/lib/rmg/modificators/ObjectManager.cpp @@ -447,7 +447,6 @@ bool ObjectManager::createRequiredObjects() instance->object().getObjectName(), instance->getPosition(true).toString()); mapProxy->removeObject(&instance->object()); } - rmgNearObject.clear(); } }