From 86bd2d66397f67be3d80360efbbaee077727dd51 Mon Sep 17 00:00:00 2001 From: srn Date: Fri, 8 Apr 2005 07:15:36 +0000 Subject: [PATCH] Removed CORBA::release from destructors to avoid releasing already deleted objects --- src/SALOMEDS/SALOMEDS_ChildIterator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDS/SALOMEDS_ChildIterator.cxx b/src/SALOMEDS/SALOMEDS_ChildIterator.cxx index 0acf1e112..700d790ab 100644 --- a/src/SALOMEDS/SALOMEDS_ChildIterator.cxx +++ b/src/SALOMEDS/SALOMEDS_ChildIterator.cxx @@ -23,7 +23,7 @@ SALOMEDS_ChildIterator::SALOMEDS_ChildIterator(SALOMEDS::ChildIterator_ptr theIt SALOMEDS_ChildIterator::~SALOMEDS_ChildIterator() { - if(!_isLocal) CORBA::release(_corba_impl); +// if(!_isLocal) CORBA::release(_corba_impl); } void SALOMEDS_ChildIterator::Init() -- 2.39.2