summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-15 21:54:11 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-15 21:54:11 +0000
commitb50cd074a817c735a71af7283ba33db3b1d1973f (patch)
tree1696acab8bf902711bb3727f874a00c1970a9d0e /TAO/tao/Any.cpp
parent747cce203c78a0e6d0e6bdc575a8d0b3edd10974 (diff)
downloadATCD-b50cd074a817c735a71af7283ba33db3b1d1973f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r--TAO/tao/Any.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp
index b9b35548fbe..eca416a0bc1 100644
--- a/TAO/tao/Any.cpp
+++ b/TAO/tao/Any.cpp
@@ -196,6 +196,7 @@ CORBA_Any::~CORBA_Any (void)
{
// decrement the refcount on the Message_Block we hold
ACE_Message_Block::release ((ACE_Message_Block *) this->value_);
+ this->value_ = 0;
}
if (this->type_)