summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 01:13:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 01:13:17 +0000
commit05c9bacfb34da65cbf9d7ddb038a9bcd05ee9afe (patch)
treecea39bef56281ab301bd38822f6421d3363cf3c3 /TAO
parente2e0d610d20fca3ae19185f7c515e617c3617bc5 (diff)
downloadATCD-05c9bacfb34da65cbf9d7ddb038a9bcd05ee9afe.tar.gz
* TAO_IDL/driver/drv_preproc.cpp:
Plugged a memory leak by removing an extra string copy when adding the include path for orb.idl to the command line arglist. * TAO_IDL/util/utl_scope.cpp: Found a missing 'delete' for an iterator that was created on the heap. Instead of adding the 'delete', just created the iterator on the stack.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index bc4ee406a94..37fed5addc9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -6,6 +6,12 @@ Mon Oct 30 18:38:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
when adding the include path for orb.idl to the
command line arglist.
+ * TAO_IDL/util/utl_scope.cpp:
+
+ Found a missing 'delete' for an iterator that was
+ created on the heap. Instead of adding the 'delete',
+ just created the iterator on the stack.
+
Mon Oct 30 10:40:57 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* docs/tutorials/Quoter/AMI/Makefile: