mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 09:30:36 +05:00
Fix crash in Filter_i::GetIDs() after Filter_i::SetMesh() function call
This commit is contained in:
parent
6b1e25a667
commit
d7f0a306f9
@ -2099,7 +2099,7 @@ SetMesh( SMESH_Mesh_ptr theMesh )
|
|||||||
if(!CORBA::is_nil(myMesh))
|
if(!CORBA::is_nil(myMesh))
|
||||||
myMesh->Destroy();
|
myMesh->Destroy();
|
||||||
|
|
||||||
myMesh = theMesh;
|
myMesh = SMESH_Mesh::_duplicate( theMesh );
|
||||||
TPythonDump()<<this<<".SetMesh("<<theMesh<<")";
|
TPythonDump()<<this<<".SetMesh("<<theMesh<<")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user