diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-06 23:55:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-06 23:55:55 +0000 |
commit | 647e1b6b362fdc695d8b9af487e29204e4b6bc2e (patch) | |
tree | f4cdb3407647aabfb6a6a2bbe4743cacdeacf50e /TAO/tao/Any.cpp | |
parent | 98b42c8e49a1169cc34ab1c20314375575f04745 (diff) | |
download | ATCD-647e1b6b362fdc695d8b9af487e29204e4b6bc2e.tar.gz |
ChangeLogTag:Sat May 6 16:44:46 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index 4a9db8b863f..0d121b2e637 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -613,7 +613,6 @@ CORBA::Any::operator<<= (CORBA::Object_ptr *objptr) TAO_OutputCDR stream; stream << *objptr; - delete objptr; this->_tao_replace (CORBA::_tc_Object, TAO_ENCAP_BYTE_ORDER, stream.begin ()); |