mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 20:40:34 +05:00
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:
parent
530e2aa3f8
commit
39fabf09c1
@ -998,6 +998,10 @@ void SMESHDS_Mesh::ClearMesh()
|
||||
g->Clear();
|
||||
g->SetType( groupType );
|
||||
}
|
||||
else
|
||||
{
|
||||
(*group)->Extent(); // to free cashed elements in GroupOnFilter's
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user