summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-16 00:04:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-16 00:04:07 +0000
commit291377cf31074c54be05009beb0c5ab014469c9f (patch)
tree83b7eaa2c97e593e7fd464aca77a2f0db1dbbeac /TAO/tests
parentd22e3ee3b7a56ea76f904a82466384949b2030cf (diff)
downloadATCD-291377cf31074c54be05009beb0c5ab014469c9f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp b/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp
index 5853784af72..b88bddd1c0a 100644
--- a/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp
+++ b/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp
@@ -64,8 +64,6 @@ Cubit_Factory_i::make_cubit (const char *key, CORBA::Environment &env)
// Keys matched.
if (!ACE_OS::strcmp (obj_str, key))
cubit = Cubit::_duplicate (this->my_cubit_ [i]);
-
- CORBA::string_free (obj_str); // need to do this
}
return cubit;
}