diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-14 22:12:14 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-14 22:12:14 +0000 |
commit | 24772c23f1fed28b0d1b50bd176e238181b86260 (patch) | |
tree | 54fd8630909a4af25df87e1a9c74abd2750c6bb8 /TAO/tao/Principal.cpp | |
parent | a36e5e789e00271c65c4ef043631a8ebf8f3d27e (diff) | |
download | ATCD-24772c23f1fed28b0d1b50bd176e238181b86260.tar.gz |
ChangeLogTag:Tue Apr 14 16:37:50 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Principal.cpp')
-rw-r--r-- | TAO/tao/Principal.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Principal.cpp b/TAO/tao/Principal.cpp index 877c01ddacb..6e3748730a3 100644 --- a/TAO/tao/Principal.cpp +++ b/TAO/tao/Principal.cpp @@ -26,9 +26,6 @@ CORBA_Principal::CORBA_Principal (void) CORBA_Principal::~CORBA_Principal (void) { assert (refcount_ == 0); - - if (id.buffer) - delete [] id.buffer; } CORBA::ULong |