diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-24 13:06:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-24 13:06:06 +0000 |
commit | e0b496eb82228fcbbe01e981c66c5a168c2f5834 (patch) | |
tree | 4d44bc4e5c83e6b6d2c28b46ca4637c435799d6f /TAO/tests/POA | |
parent | feb40493bd422c5ce09fcfd276dbbee1a7dcedda (diff) | |
download | ATCD-e0b496eb82228fcbbe01e981c66c5a168c2f5834.tar.gz |
Tue Apr 24 13:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r-- | TAO/tests/POA/Current/Current.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/POA/Current/Current.cpp b/TAO/tests/POA/Current/Current.cpp index 2018bc00f13..44ba7d209ff 100644 --- a/TAO/tests/POA/Current/Current.cpp +++ b/TAO/tests/POA/Current/Current.cpp @@ -47,6 +47,7 @@ main (int argc, char **argv) "%s successful\n", argv[0])); + orb->destroy (); } catch (const CORBA::Exception& ex) { |