[jira] Created: (AXISCPP-808) possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function

2005-08-23 Thread Denis Linine (JIRA)
possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function -- Key: AXISCPP-808 URL: http://issues.apache.org/jira/browse/AXISCPP-808 Project: Axis-C++

[jira] Commented: (AXISCPP-808) possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function

2005-08-24 Thread Denis Linine (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-808?page=comments#action_12319831 ] Denis Linine commented on AXISCPP-808: -- If decided to optimize the code throwing the exceptions, one could write it like this: AxisChar msg[256]; sprintf(length,

[jira] Commented: (AXISCPP-808) possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function

2005-08-24 Thread Denis Linine (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-808?page=comments#action_12319832 ] Denis Linine commented on AXISCPP-808: -- Sorry, should be If decided to optimize the code throwing the exceptions, one could write it like this: AxisChar msg[256]; s

[jira] Created: (AXISCPP-811) possible memory leak in the int SoapSerializer::setOutputStream( SOAPTransport * pStream) - SoapSerializer.cpp file

2005-08-24 Thread Denis Linine (JIRA)
possible memory leak in the int SoapSerializer::setOutputStream( SOAPTransport * pStream) - SoapSerializer.cpp file --- Key: AXISCPP-811 URL: http://issues.apache.org/

[jira] Commented: (AXISCPP-808) possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function

2005-08-24 Thread Denis Linine (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-808?page=comments#action_12319840 ] Denis Linine commented on AXISCPP-808: -- AxisChar* serializedValue = new char[80]; AxisSprintf (serializedValue, 80, "%f", *value); IAnySimpleType::serialize(serialized

[jira] Commented: (AXISCPP-808) possible memory leak in the AxisChar* Double::serialize(const xsd__double* value) function

2005-08-24 Thread Denis Linine (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-808?page=comments#action_12319844 ] Denis Linine commented on AXISCPP-808: -- I think that one could even change the code so that getMaxInclusive() and similar functions would return objects by value. Retur

[jira] Commented: (AXISCPP-815) possible memory leak in the int SoapSerializer::setOutputStream( SOAPTransport * pStream) - SoapSerializer.cpp file

2005-08-26 Thread Denis Linine (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-815?page=comments#action_12320171 ] Denis Linine commented on AXISCPP-815: -- Sorry, the original message was sent by accident, should be: in the following code pszMsg leaks: if( (iStatus = m_pSoapEnvelo

[jira] Created: (AXISCPP-815) possible memory leak in the int SoapSerializer::setOutputStream( SOAPTransport * pStream) - SoapSerializer.cpp file

2005-08-26 Thread Denis Linine (JIRA)
possible memory leak in the int SoapSerializer::setOutputStream( SOAPTransport * pStream) - SoapSerializer.cpp file --- Key: AXISCPP-815 URL: http://issues.apache.org/

[jira] Created: (AXISCPP-816) Problems in Call::Call () - src\engine\client\Call.cpp file

2005-08-26 Thread Denis Linine (JIRA)
Problems in Call::Call () - src\engine\client\Call.cpp file --- Key: AXISCPP-816 URL: http://issues.apache.org/jira/browse/AXISCPP-816 Project: Axis-C++ Type: Bug Components: Client - Engine Versions: cu

[jira] Created: (AXISCPP-817) Possible memory leaks in the int Call::setTransportProperty( AXIS_TRANSPORT_INFORMATION_TYPE type, const char* value) - src\engine\client\Call.cpp file

2005-08-26 Thread Denis Linine (JIRA)
Possible memory leaks in the int Call::setTransportProperty( AXIS_TRANSPORT_INFORMATION_TYPE type, const char* value) - src\engine\client\Call.cpp file -

[jira] Created: (AXISCPP-822) Possible improvements to the HTTPTransport::getHTTPHeaders() and the HTTPTransport::flushOutput() methods - HTTPTransport.cpp file

2005-09-05 Thread Denis Linine (JIRA)
Possible improvements to the HTTPTransport::getHTTPHeaders() and the HTTPTransport::flushOutput() methods - HTTPTransport.cpp file --- Key: AXISCPP-822