summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 17:16:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 17:16:49 +0000
commitc98f8a852287961fc1ed5551a722c377f160676e (patch)
tree31688b890a3b37b053f28887aed41d72a286f3a9
parent236e710d605c5ede5189a628477d7c5103ba70bd (diff)
downloadATCD-c98f8a852287961fc1ed5551a722c377f160676e.tar.gz
* tao/Any.cpp:
Fixed two leaks in the CDR << operator for Anys. Both cases were calls to Any::type() without putting the result into a _var. Thanks to Lothar Werzinger <werzinger.lothar@krones.de> for sending in the example that helped track this down.
-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 f4442208b70..9925e21479d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Fri May 26 12:13:23 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Any.cpp:
+ Fixed two leaks in the CDR << operator for Anys. Both
+ cases were calls to Any::type() without putting the
+ result into a _var. Thanks to Lothar Werzinger
+ <werzinger.lothar@krones.de> for sending in the example
+ that helped track this down.
+
Fri May 26 08:31:52 2000 Carlos O'Ryan <coryan@uci.edu>
* tao/RT_Policy_i.cpp: