Memory Leak in SoapSerializer::serializeAsChardata() ----------------------------------------------------
Key: AXISCPP-1056 URL: https://issues.apache.org/jira/browse/AXISCPP-1056 Project: Axis-C++ Issue Type: Bug Components: Serialization Environment: Windows XP, VS6 with Compuware BoundsChecker Reporter: Ryan McCullough Fix For: current (nightly) The function: int SoapSerializer::serializeAsChardata( void * pValue, XSDTYPE type) contains a memory leak. pSimpleType is being new'd but not deleted. We propose that 'delete pSimpleType;' be added before 'return AXIS_SUCCESS;'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]