Updated for IPAL19813.

This commit is contained in:
skl 2008-05-28 05:36:27 +00:00
parent 239fc6cc6a
commit 5971357dfc

View File

@ -114,6 +114,7 @@ SMESH_Mesh::~SMESH_Mesh()
SMESH_Group *aGroup = (*itg).second;
delete aGroup;
}
_mapGroup.clear();
}
//=============================================================================