From 8ab348a9116d3753c1f4532fead8b6874bff7297 Mon Sep 17 00:00:00 2001 From: Bernard Secher Date: Wed, 28 Nov 2018 09:17:11 +0100 Subject: [PATCH] destroy registry in naming service at shutdown --- src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index 655870936..d747db748 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -537,6 +537,7 @@ void SALOME_LifeCycleCORBA::shutdownServers(bool shutdownLauncher) Registry::Components_var registry = Registry::Components::_narrow(objR); if ( !CORBA::is_nil(registry) && ( pid != registry->getPID() ) ) registry->Shutdown(); + _NS->Destroy("/Registry"); } catch(const CORBA::Exception& e) { -- 2.39.2