summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 20:25:48 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 20:25:48 +0000
commitdf244ed0909432c205fca0388b0a36ad062f8c44 (patch)
tree9320ed7b8031ea2cd76aa4d8c7c0ef66d7b99801
parent7bf5a3260a8aa7dd0f1b2a334ab7703ef88c93ae (diff)
downloadATCD-df244ed0909432c205fca0388b0a36ad062f8c44.tar.gz
* orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp:
Added a missing release from an ACE_Auto_Basic_Array_Ptr, which was causing the value of the constant to be trashed before it was returned. Thanks to Craig Rodrigues <crodrigu@bbn.com> for reporting the bug.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 2aea334c2ef..3ffeacf7050 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Wed May 15 15:20:15 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp:
+
+ Added a missing release from an ACE_Auto_Basic_Array_Ptr,
+ which was causing the value of the constant to be trashed
+ before it was returned. Thanks to Craig Rodrigues
+ <crodrigu@bbn.com> for reporting the bug.
+
Wed May 15 11:26:15 2002 Priyanka Gontla <pgontla@ece.uci.edu>
* orbsvcs/tests/Security/Big_Request/Makefile: