From 321a230172dd98c70823b3e952b74c71335e7f91 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 18 Jan 2010 13:03:14 +0000 Subject: [PATCH] 0020661: [CEA 387 ] bug on exit of Salome after a little yacs graph --- src/Container/Component_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 51e5b02d6..0c0d6dca8 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -263,7 +263,7 @@ void Engines_Component_i::destroy() //SCRUTE(_refcount_value()); _poa->deactivate_object(*_id); //SCRUTE(_refcount_value()); - _remove_ref(); + //_remove_ref(); // VSR: commented, since raises SIGSEGV because of double deactivate_object() //SCRUTE(_refcount_value()); MESSAGE("Engines_Component_i::destroyed") ; } -- 2.39.2