mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
21948: EDF SMESH : Memory is not freed when deleting a mesh
- int _idDoc; // id given by SMESHDS_Document
This commit is contained in:
parent
0d9cd77ceb
commit
730908a7f4
@ -344,7 +344,6 @@ private:
|
||||
protected:
|
||||
int _id; // id given by creator (unique within the creator instance)
|
||||
int _studyId;
|
||||
int _idDoc; // id given by SMESHDS_Document
|
||||
int _groupId; // id generator for group objects
|
||||
int _nbSubShapes; // initial nb of subshapes in the shape to mesh
|
||||
bool _isShapeToMesh;// set to true when a shape is given (only once)
|
||||
|
Loading…
Reference in New Issue
Block a user