]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
MPV: fixed crash on exit from SALOME
authormpv <mpv@opencascade.com>
Fri, 1 Mar 2013 11:46:08 +0000 (11:46 +0000)
committermpv <mpv@opencascade.com>
Fri, 1 Mar 2013 11:46:08 +0000 (11:46 +0000)
src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx

index 474692591f0d5767ff2131e4291e3629da2cc1de..02cfec6869b86e4fde45e4a3f63b2437fe8db636 100644 (file)
@@ -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
 }
 
 //============================================================================