diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-23 23:07:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-23 23:07:15 +0000 |
commit | 235701f07f3b949421ae8f175436ed9265a5d0e1 (patch) | |
tree | 9888984db816c7e1974cca4c2be0df99091c8382 /TAO/orbsvcs/tests/Event/Basic/Observer.cpp | |
parent | 9313c26baec8f7d347fb093733157096ee13ae01 (diff) | |
download | ATCD-235701f07f3b949421ae8f175436ed9265a5d0e1.tar.gz |
ChangeLogTag:Sun May 23 18:05:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/Observer.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Basic/Observer.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Observer.cpp b/TAO/orbsvcs/tests/Event/Basic/Observer.cpp index 3cdd72a624d..594c0c0ce62 100644 --- a/TAO/orbsvcs/tests/Event/Basic/Observer.cpp +++ b/TAO/orbsvcs/tests/Event/Basic/Observer.cpp @@ -214,6 +214,12 @@ EC_Observer::EC_Observer (EC_Master *master, this->root_poa_ = PortableServer::POA::_duplicate (root_poa); } +EC_Observer::~EC_Observer (void) +{ + if (this->gwys_ != 0) + delete[] this->gwys_; +} + void EC_Observer::initialize_orb_and_poa (int&, char*[], CORBA::Environment&) |