summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bda2c38f07b..cf65fefa3d9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Fri Jan 24 10:59:49 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_interface_strategy.cpp:
+ * TAO_IDL/util/utl_identifier.cpp:
+ * TAO_IDL/util/utl_stack.cpp:
+
+ Changed some deletes of strings to use either delete []
+ or ACE::strdelete(), to eliminate some complaints from
+ Linux valgrind. Thanks to Craig Rodrigues <crodrigu@bbn.com>
+ for reporting the problem and for sending in patches.
+
Fri Jan 24 09:04:28 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/fe/fe_interface_header.cpp: