mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13504 (Mesh from an imported mesh)
fix memory release error
This commit is contained in:
parent
4d51ac9fcb
commit
6cf0f537eb
@ -2781,7 +2781,7 @@ bool SMESH_Gen_i::Load( SALOMEDS::SComponent_ptr theComponent,
|
|||||||
sm->AddElement( elem );
|
sm->AddElement( elem );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
delete smIDs;
|
delete [] smIDs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // end reading submeshes
|
} // end reading submeshes
|
||||||
|
Loading…
Reference in New Issue
Block a user