summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Descriptor_Interface.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Transport_Descriptor_Interface.cpp
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Transport_Descriptor_Interface.cpp')
-rw-r--r--TAO/tao/Transport_Descriptor_Interface.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Descriptor_Interface.cpp b/TAO/tao/Transport_Descriptor_Interface.cpp
index 9952c997009..6882cc3b8a6 100644
--- a/TAO/tao/Transport_Descriptor_Interface.cpp
+++ b/TAO/tao/Transport_Descriptor_Interface.cpp
@@ -10,10 +10,11 @@ ACE_RCSID (tao,
Transport_Descriptor_Interface,
"$Id$")
-
TAO_Transport_Descriptor_Interface::
~TAO_Transport_Descriptor_Interface (void)
{
if (this->endpoint_from_heap_)
- delete this->endpoint_;
+ {
+ delete this->endpoint_;
+ }
}