From: mpv Date: Fri, 1 Mar 2013 11:46:08 +0000 (+0000) Subject: MPV: fixed crash on exit from SALOME X-Git-Tag: Delivery_V1_0_2013_07_12~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e285799ae5309620025a42a364b54e90020865d7;p=modules%2Fkernel.git MPV: fixed crash on exit from SALOME --- diff --git a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx index 474692591..02cfec686 100644 --- a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx +++ b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx @@ -51,6 +51,9 @@ using namespace std; SALOMEDS_SimanStudy_i::SALOMEDS_SimanStudy_i(/*SALOMEDSImpl_SimanStudy* theImpl,*/ CORBA::ORB_ptr orb) { _orb = CORBA::ORB::_duplicate(orb); +#ifdef WITH_SIMANIO + _checkedOut = new SimanIO_Configuration; +#endif } //============================================================================