summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-01-15 01:12:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-01-15 01:12:17 +0000
commit1dec8034e2400493887bbfc2d48e3b912a9ac8e0 (patch)
tree828797fc1b401975f2a4043119e898c975970b21
parent84c6565ae1e5602a026bbf87cc0e228346a30a3c (diff)
downloadATCD-1dec8034e2400493887bbfc2d48e3b912a9ac8e0.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/IIOP_Connect.cpp1
-rw-r--r--TAO/tao/UIOP_Connect.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connect.cpp b/TAO/tao/IIOP_Connect.cpp
index 37bbab370ac..d0efce4f92d 100644
--- a/TAO/tao/IIOP_Connect.cpp
+++ b/TAO/tao/IIOP_Connect.cpp
@@ -345,6 +345,7 @@ TAO_IIOP_Client_Connection_Handler (ACE_Thread_Manager *t,
TAO_IIOP_Client_Connection_Handler::~TAO_IIOP_Client_Connection_Handler (void)
{
+ delete this->mesg_factory_;
}
diff --git a/TAO/tao/UIOP_Connect.cpp b/TAO/tao/UIOP_Connect.cpp
index 5032cac14ac..ea6aaf3e046 100644
--- a/TAO/tao/UIOP_Connect.cpp
+++ b/TAO/tao/UIOP_Connect.cpp
@@ -102,6 +102,7 @@ TAO_UIOP_Server_Connection_Handler::TAO_UIOP_Server_Connection_Handler (TAO_ORB_
TAO_UIOP_Server_Connection_Handler::~TAO_UIOP_Server_Connection_Handler (void)
{
+
}
int
@@ -332,6 +333,7 @@ TAO_UIOP_Client_Connection_Handler (ACE_Thread_Manager *t,
TAO_UIOP_Client_Connection_Handler::~TAO_UIOP_Client_Connection_Handler (void)
{
+ delete this->mesg_factory_;
}
// @@ Should I do something here to enable non-blocking?? (Alex).