diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-04-15 21:54:11 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-04-15 21:54:11 +0000 |
commit | b50cd074a817c735a71af7283ba33db3b1d1973f (patch) | |
tree | 1696acab8bf902711bb3727f874a00c1970a9d0e /TAO/tao/Any.cpp | |
parent | 747cce203c78a0e6d0e6bdc575a8d0b3edd10974 (diff) | |
download | ATCD-b50cd074a817c735a71af7283ba33db3b1d1973f.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 1 |
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_) |