mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
ILMAB project.
Prevent a twice removal: RemoveObject() is called in a case calss GEOM_Field_i::~GEOM_Field_i() { - GEOM_Engine::GetEngine()->RemoveObject(_impl);
This commit is contained in:
parent
6c2ee27d45
commit
0e43e4a51c
@ -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);
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user