summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/UIOP_Connector.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/UIOP_Connector.cpp b/TAO/tao/UIOP_Connector.cpp
index 8469ed57343..093b571035d 100644
--- a/TAO/tao/UIOP_Connector.cpp
+++ b/TAO/tao/UIOP_Connector.cpp
@@ -95,12 +95,8 @@ TAO_UIOP_Connector::open (TAO_ORB_Core *orb_core)
int
TAO_UIOP_Connector::close (void)
{
- TAO_CACHED_CONNECT_STRATEGY *cached_connect_strategy =
- ACE_dynamic_cast (TAO_CACHED_CONNECT_STRATEGY *,
- this->base_connector_.connect_strategy ());
-
// Zap the creation strategy that we created earlier
- delete cached_connect_strategy->creation_strategy ();
+ delete cached_connect_strategy_->creation_strategy ();
delete cached_connect_strategy_;
delete caching_strategy_;