mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
[bos #41485] Fixed memory error, possibly related to this issue
This commit is contained in:
parent
cc09b83e05
commit
4998116b98
@ -35,7 +35,8 @@ using namespace std;
|
|||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
SMESHDS_Script::SMESHDS_Script(bool theIsEmbeddedMode):
|
SMESHDS_Script::SMESHDS_Script(bool theIsEmbeddedMode):
|
||||||
myIsEmbeddedMode(theIsEmbeddedMode)
|
myIsEmbeddedMode(theIsEmbeddedMode),
|
||||||
|
myIsModified(true)
|
||||||
{
|
{
|
||||||
//cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
|
//cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user