summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher.cpp
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-17 00:53:51 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-17 00:53:51 +0000
commitd79278e44e8eda86ebd637a31bb65e985408f7c9 (patch)
treec67ee2b9dad64ae3ea6e9b418a7fcd3300e5b771 /TAO/tao/Asynch_Reply_Dispatcher.cpp
parent3288eca5531edffe4dee56d8b5ea28e39a07a5a8 (diff)
downloadATCD-d79278e44e8eda86ebd637a31bb65e985408f7c9.tar.gz
ChangeLogTag: Fri Mar 16 18:25:54 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Asynch_Reply_Dispatcher.cpp
index 74bbc5909ca..59d90ed0c02 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Asynch_Reply_Dispatcher.cpp
@@ -32,6 +32,7 @@ TAO_Asynch_Reply_Dispatcher_Base::~TAO_Asynch_Reply_Dispatcher_Base (void)
if (this->transport_ != 0)
{
this->transport_->idle_after_reply ();
+ TAO_Transport::release (this->transport_);
}
}