From ca3ecd20200f0bde45b491ce0297d9af1c038631 Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 21 Aug 2001 19:29:50 +0000 Subject: ChangeLogTag: Tue Aug 21 13:55:31 2001 Jeff Parsons --- TAO/tao/Sequence_T.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/Sequence_T.cpp') diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp index 9dd7a53ae4b..f83bce80ab7 100644 --- a/TAO/tao/Sequence_T.cpp +++ b/TAO/tao/Sequence_T.cpp @@ -277,7 +277,7 @@ TAO_Object_Manager::operator=(const T_var &p) // that of a var variable. Therefore we duplicate p's // pointer before assigning it to the internal // variable. - T_var::release (*this->ptr_); + T_var::tao_release (*this->ptr_); *this->ptr_ = T_var::tao_duplicate (p.in ()); } else -- cgit v1.2.1