Please report new issues athttps://github.com/DOCGroup
The CORBA C++ mapping (I am looking at formal/03-06-03, page 1-39 and forward) requires the freebuf() function to call: 1) The destructor of each element (for sequences of self-managed types.) 2) CORBA::release() for each element in a sequence of object references. 3) CORBA::string_free() or CORBA::wstring_free() for each element in a sequence of strings or wide-strings, as it corresponds. TAO's version does not do this.
Yet another sequence bug.
I think "reference type" is more descriptive than "not self-managed."
not fixed with sequence update
I think this problem *is* fixed by the new sequence implementation. Look at the code for generic_sequence<>::freebuf() it delegates on the allocation traits. Then look at, for example, unbounded_reference_allocation_traits<>::freebuf(): it calls release_range() to release each element. I event think there are unit tests for this stuff.
ok, will check this. in an old overview of you I found a remark not fixed. When the repo is open I will commit sequpdate3 branch, will be x.5 with sequence changes added.
taking over
accept
Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>