Salome HOME
Crash in the destructor with omniORB4
[modules/superv.git] / src / Supervision / LNode_Impl.cxx
index 00d18232c43c44682c245248a4767abbf9c7cea4..45a733641c4441e5c105fecfc66bef93728ad200 100644 (file)
@@ -82,9 +82,9 @@ void LNode_Impl::destroy() {
     SUPERV::GNode_ptr aCoupled = SUPERV::GNode::_narrow( Coupled() ) ;
     if ( Delete() ) {
       _poa->deactivate_object(*_id) ;
-      CORBA::release(_poa) ;
+//      CORBA::release(_poa) ;
       delete(_id) ;
-      _thisObj->_remove_ref();
+//      _thisObj->_remove_ref();
     }
     else {
       MESSAGE("LNode_Impl::destroy ERROR ") ;