22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

In ClearMesh(), free elements cashed in GroupOnFilter's
This commit is contained in:
eap 2013-11-13 14:39:11 +00:00
parent 530e2aa3f8
commit 39fabf09c1

View File

@ -998,6 +998,10 @@ void SMESHDS_Mesh::ClearMesh()
g->Clear();
g->SetType( groupType );
}
else
{
(*group)->Extent(); // to free cashed elements in GroupOnFilter's
}
}
}