summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-26 00:25:01 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-26 00:25:01 +0000
commit4202c11c91f6e01e4b304681e9872b51c467d505 (patch)
tree17d5073279577b8cb689da0f3c3843661d6f640b /TAO/tao/ORB_Core.cpp
parent52a4a3c98dd83f07804aa515b1cd3cb216c01dbb (diff)
downloadATCD-4202c11c91f6e01e4b304681e9872b51c467d505.tar.gz
ChangeLogTag: Fri May 25 19:06:51 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 6702c7d3c13..a88a05e50be 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -245,6 +245,8 @@ TAO_ORB_Core::~TAO_ORB_Core (void)
delete this->endpoint_selector_factory_;
+ delete this->stub_factory_;
+
delete this->transport_sync_strategy_;
}