summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 15:47:44 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 15:47:44 +0000
commit656809bea2fef2396833a1a2ae211e8f2595fe39 (patch)
treea926ea3e417c9e14a09fa9dd2c461f5b47929c5b /TAO/tao/ORB.cpp
parent5c4c6147a8cab8e52a2cd3ecbce352ddf445b673 (diff)
downloadATCD-656809bea2fef2396833a1a2ae211e8f2595fe39.tar.gz
Forgot the delete Statement.
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index ff7e182ab82..55433cb6f0f 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -119,7 +119,7 @@ CORBA_ORB::~CORBA_ORB (void)
CORBA::release (this->trading_service_);
if (this->cond_become_leader_ != 0)
- this->cond_become_leader_;
+ delete this->cond_become_leader_;
}
// Set up listening endpoints.