mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +05:00
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ bool myToDeleteInitParamsHypo;
This commit is contained in:
parent
111d1ee46e
commit
f48b7044a2
@ -130,6 +130,7 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
SMESH::SMESH_Hypothesis_var myHypo, myInitParamsHypo;
|
SMESH::SMESH_Hypothesis_var myHypo, myInitParamsHypo;
|
||||||
|
bool myToDeleteInitParamsHypo;
|
||||||
QString myHypName;
|
QString myHypName;
|
||||||
QString myHypType;
|
QString myHypType;
|
||||||
ListOfWidgets myParamWidgets;
|
ListOfWidgets myParamWidgets;
|
||||||
|
Loading…
Reference in New Issue
Block a user