summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
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_;
}