PAL13504 (Mesh from an imported mesh)

fix memory release error
This commit is contained in:
eap 2007-02-19 16:34:52 +00:00
parent 4d51ac9fcb
commit 6cf0f537eb

View File

@ -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