From d580aa9cfd25bfed5bc3b125790a48fe5647d650 Mon Sep 17 00:00:00 2001 From: caremoli Date: Tue, 19 Jan 2010 16:49:51 +0000 Subject: [PATCH] CCAR: revert the change because the problem is in NOTIFICATION (issue 20661) --- 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 0c0d6dca8..51e5b02d6 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(); // VSR: commented, since raises SIGSEGV because of double deactivate_object() + _remove_ref(); //SCRUTE(_refcount_value()); MESSAGE("Engines_Component_i::destroyed") ; } -- 2.39.2