From 166ccb2ffb68de5f6dd5706424e5772f43651c65 Mon Sep 17 00:00:00 2001 From: parsons Date: Mon, 2 Jul 2001 20:59:41 +0000 Subject: * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp: * tao/Typecode.cpp: * tao/append.cpp: * tao/skip.cpp: * tao/DynamicAny/DynUnion_i.cpp: Modified CORBA::TypeCode::member_label() to return a duplicate Any pointer (to be comsumed by the caller), making it consistent with other ORB functions that return pseudo-object types. Also modified all uses of member_label() in TAO to prevent memory leaks. Thanks to Philippe Merle for pointing out this inconsistency, and to Jonanthan Biggar for clarifying the spec with regard to memory management of pseudo-objects. --- TAO/ChangeLogs/ChangeLog-02a | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index e72d337afa7..46d581151cc 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,20 @@ +Mon Jul 2 15:53:29 2001 Jeff Parsons + + * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp: + * tao/Typecode.cpp: + * tao/append.cpp: + * tao/skip.cpp: + * tao/DynamicAny/DynUnion_i.cpp: + + Modified CORBA::TypeCode::member_label() to return a duplicate + Any pointer (to be comsumed by the caller), making it consistent + with other ORB functions that return pseudo-object types. Also + modified all uses of member_label() in TAO to prevent memory + leaks. Thanks to Philippe Merle for + pointing out this inconsistency, and to Jonanthan Biggar + for clarifying the spec with regard to + memory management of pseudo-objects. + Mon Jul 2 14:29:49 2001 Frank Hunleth * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile: -- cgit v1.2.1