Salome HOME
No more complaints with deb9 native python3.5
[modules/kernel.git] / src / SALOMESDS / SALOME_DataScopeServer_Common.cxx
index cf77e09b20f71ed609854cd62db03999352b3d81..0e727b4996a22534a1ee31e7908b989b8acc6dc6 100644 (file)
@@ -81,5 +81,6 @@ int CommonDataScopeServerMain(int argc, char *argv[], CORBA::ORB_var orb, const
   //
   orb->run();
   delete killer;
+  Py_Finalize();
   return 0;
 }