Salome HOME
Fix of IPAL19448 (Qt4 porting: application hungs up at several Import MED file cycles).
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index 3de13f6f6a9433635af3d7b8f429a2d3a356f62f..7a6256462247a08395ac5b36d7b2173414d0da96 100644 (file)
@@ -121,6 +121,7 @@ SMESH_Mesh_i::~SMESH_Mesh_i()
       // this method is colled from destructor of group (PAL6331)
       //_impl->RemoveGroup( aGroup->GetLocalID() );
 
+      removeGroup( aGroup->GetLocalID() );
       aGroup->Destroy();
     }
   }