]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix CORBA::OBJ_ADAPTER error at Container shutdown
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 11 Jun 2021 13:53:11 +0000 (15:53 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 11 Jun 2021 13:53:11 +0000 (15:53 +0200)
src/Container/Container_i.cxx

index 7161aeeb147bdac1d73d5d18bb8523274d2f37f9..4d28965067b254e0c1ffd6b1de4f05eaf8340bf7 100644 (file)
@@ -390,6 +390,8 @@ void Abstract_Engines_Container_i::Shutdown()
   {
   }
   //
+  this->cleanAllPyScripts();
+  //
   if(_isServantAloneInProcess)
   {
     MESSAGE("Effective Shutdown of container Begins...");