diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-11 00:04:42 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-11 00:04:42 +0000 |
commit | b6fee175da30b6f89097043431feeca81053c148 (patch) | |
tree | b34c47cb386573f94c6551fa78b53329906d4f1b /TAO/tao/Sequence.cpp | |
parent | 324250d9fe905fbc4819045673194322d04a21c4 (diff) | |
download | ATCD-b6fee175da30b6f89097043431feeca81053c148.tar.gz |
ChangeLogTag:Wed Jun 10 19:00:21 1998 Carlos O'Ryan <coryan@JIG>
Diffstat (limited to 'TAO/tao/Sequence.cpp')
-rw-r--r-- | TAO/tao/Sequence.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Sequence.cpp b/TAO/tao/Sequence.cpp index a7cffe21b31..8e92469b21c 100644 --- a/TAO/tao/Sequence.cpp +++ b/TAO/tao/Sequence.cpp @@ -258,6 +258,7 @@ TAO_Unbounded_Sequence<CORBA::Octet>::operator= (const TAO_Unbounded_Sequence<CO if (this->mb_ != 0) { ACE_Message_Block::release (this->mb_); + this->mb_ = 0; this->buffer_ = TAO_Unbounded_Sequence<CORBA::Octet>::allocbuf (rhs.length_); } |