From 0e43e4a51c77067f3d4af097187ddfe39c485086 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 3 Oct 2013 14:13:53 +0000 Subject: [PATCH] ILMAB project. Prevent a twice removal: RemoveObject() is called in a case calss GEOM_Field_i::~GEOM_Field_i() { - GEOM_Engine::GetEngine()->RemoveObject(_impl); --- src/GEOM_I/GEOM_Field_i.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GEOM_I/GEOM_Field_i.cc b/src/GEOM_I/GEOM_Field_i.cc index 78963016e..79cdcde11 100644 --- a/src/GEOM_I/GEOM_Field_i.cc +++ b/src/GEOM_I/GEOM_Field_i.cc @@ -55,7 +55,6 @@ GEOM_Field_i::GEOM_Field_i (PortableServer::POA_ptr thePOA, GEOM_Field_i::~GEOM_Field_i() { MESSAGE("GEOM_Field_i::~GEOM_Field_i"); - GEOM_Engine::GetEngine()->RemoveObject(_impl); } //================================================================================ -- 2.39.2