summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-15 00:37:34 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-15 00:37:34 +0000
commitbfd8678c99c1a32bcc84c6f164f7167d8b7a5634 (patch)
treef688a5445f48a88220aa1a6b69946190c30c2acf
parent9be0d8109cce7ad8d7c19b21d281a964ae7fda3d (diff)
downloadATCD-bfd8678c99c1a32bcc84c6f164f7167d8b7a5634.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index be3ac815662..d05c3746464 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,17 @@
+Sun Feb 14 18:29:50 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.h:
+ * TAO_IDL/be/be_visitor_factory.cpp:
+ * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp:
+ * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.cpp:
+ * TAO_IDL/be_include/be_visitor_operation/operation_cs.h:
+ * TAO_IDL/be_include/be_visitor_operation/arglist.h:
+ Added post_invoke string_free() for INOUT and OUT strings, and
+ release() for OUT objects, to plug a leak found with Purify.
+ Added the compiled marshaling version classes for this as well.
+ Changed the spot where post_invoke lines are generated, plus
+ some other cosmetic fixes.
+
Sun Feb 14 12:41:55 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Invocation.cpp: