From c98f8a852287961fc1ed5551a722c377f160676e Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 26 May 2000 17:16:49 +0000 Subject: * 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 for sending in the example that helped track this down. --- TAO/ChangeLogs/ChangeLog-02a | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + + * 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 + for sending in the example + that helped track this down. + Fri May 26 08:31:52 2000 Carlos O'Ryan * tao/RT_Policy_i.cpp: -- cgit v1.2.1