21948: EDF SMESH : Memory is not freed when deleting a mesh

-  int                        _idDoc;        // id given by SMESHDS_Document
This commit is contained in:
eap 2012-12-14 13:23:20 +00:00
parent 0d9cd77ceb
commit 730908a7f4

View File

@ -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)