Salome HOME
remove memory leaks uninitalised memory read, etc...
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index 367eda450af834afe338271f2f4eb1b58b9bf1f8..f6896eaf11f53327b3cdd39e0a982e6cf7650f42 100644 (file)
@@ -94,7 +94,6 @@ SMESH_Mesh_i::SMESH_Mesh_i( PortableServer::POA_ptr thePOA,
   _gen_i = gen_i;
   _id = myIdGenerator++;
   _studyId = studyId;
-  thePOA->activate_object( this );
 }
 
 //=============================================================================