Having just now gotten around to reading the CVS in more depth I see 'dicka' had removed almost all of the delete's in a later version of Param(1.55). It looks like objects are no longer cloned. Maybe this means that the problem will have changed a great deal in 1.6.
Thanks again for your help. Chris On Mon, 2005-08-15 at 07:34, User wrote: > Hello, > > First thanks for all your work in getting Axis for C++ working. > > In the destructor in common/Param.cpp many types are deleted. Only > String, AnyURI, QName, and Notation are not deleted on the client. > > Is there a specific reason for this, or a way to avoid the problem? > > I am using 1.5 binary on Linux. > > Since I understood memory can be an issue I ran with memory checking > turned on (mtrace in glibc). There are a few leaks around the system, > but this one caught my eye, since it was on every call, one per String > paramiter. > > Thanks for your help with this issue. > > Chris >
