summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-02 22:17:04 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-02 22:17:04 +0000
commit4e7d39b6c3505366a53284abe912a8c094d8b0f5 (patch)
treef48c3707c01d73169362295b3e0241ec4bf857a8
parent03030d2a41eae0c538da3437d315b10a5cc42bbc (diff)
downloadATCD-4e7d39b6c3505366a53284abe912a8c094d8b0f5.tar.gz
Fri Mar 2 22:15:32 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_dsi.cpp1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c2a9f2414a8..77ef8dfc3f4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 2 22:15:32 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
+
+ * tests/DSI_AMI_Gateway/test_dsi.cpp:
+
+ Fixed a memory leak.
+
Fri Mar 2 20:48:45 UTC 2007 Steve Huston <shuston@riverace.com>
* TAO-INSTALL.html: Added a description of cross-compiling on
diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp b/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
index 43b842ca8d9..6a3d137bb03 100644
--- a/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
+++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
@@ -111,6 +111,7 @@ DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr request,
ACE_NEW (rh_ptr, My_DII_Reply_Handler (rph, this->orb_));
target_request->sendc (rh_ptr);
+ CORBA::release (rh_ptr);
}
catch (const CORBA::UNKNOWN&)
{