Hi, I just want to know is there a reason why ArrayBeans are only deleted on the Server as the destructor contains codes like "if (AxisEngine::m_bServer)". At the moment, the client is leaking memory whenever it calls "addOutputBasicArrayParam" (SoapSerializer.cpp) which create an ArrayBean with reference to an allocated block of Axis_Array. The ArrayBean is deleted correctly on server side but client side it is not deleted.
Thanks for all the good work. Regards, Yuan Liu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
