summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-02-13 17:54:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-02-13 17:54:52 +0000
commit70624a400b9da868ae135abaf5954bf5cd1e3c66 (patch)
tree81b82bcdd80e75561f737dbb1af4a4c009611bdd /TAO/performance-tests/Cubit
parentd9610ea478e3f53ba4d81d672af29dbba06a66d5 (diff)
downloadATCD-70624a400b9da868ae135abaf5954bf5cd1e3c66.tar.gz
ChangeLogTag:Tue Feb 13 09:48:53 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/performance-tests/Cubit')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
index bf6d56b8a6d..31ce344c9d6 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
@@ -1051,6 +1051,8 @@ Cubit_Client::cube_any (int i,
*ret_any >>= ret_long;
+ delete ret_any;
+
this->call_count_++;
if (TAO_debug_level > 2)
@@ -1114,6 +1116,8 @@ Cubit_Client::cube_any_struct (int i,
*ret_any >>= ret_struct;
+ delete ret_any;
+
if (TAO_debug_level > 2)
{
ACE_DEBUG ((LM_DEBUG,