[ http://issues.apache.org/jira/browse/AXISCPP-815?page=all ]
Samisa Abeysinghe closed AXISCPP-815:
-------------------------------------
Fix Version: 1.6 Alpha
Resolution: Fixed
Fixed the problem by applying the suggested solution
Thanks Denis for the contribution
> possible memory leak in the int SoapSerializer::setOutputStream(
> SOAPTransport * pStream) - SoapSerializer.cpp file
> -------------------------------------------------------------------------------------------------------------------
>
> Key: AXISCPP-815
> URL: http://issues.apache.org/jira/browse/AXISCPP-815
> Project: Axis-C++
> Type: Bug
> Versions: current (nightly)
> Reporter: Denis Linine
> Assignee: Samisa Abeysinghe
> Priority: Minor
> Fix For: 1.6 Alpha
>
> if( (iStatus = m_pSoapEnvelope->serialize( *this, (SOAP_VERSION)
> m_iSoapVersion)) == AXIS_FAIL)
> {
> char * pszMsg = new char[128];
> strcpy( pszMsg, "The SOAP serialiser has
> detected errors in the header or envelope. Transmission has been aborted.");
> throw AxisSoapException(
> CLIENT_SOAP_MESSAGE_INCOMPLETE, pszMsg);
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira