mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +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))
|
||||
myMesh->Destroy();
|
||||
|
||||
myMesh = theMesh;
|
||||
myMesh = SMESH_Mesh::_duplicate( theMesh );
|
||||
TPythonDump()<<this<<".SetMesh("<<theMesh<<")";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user