[ http://issues.apache.org/jira/browse/AXIS2C-48?page=all ]
Samisa Abeysinghe updated AXIS2C-48:
------------------------------------
Fix Version: (was: M0.4)
> Free the xml_reader, om_stax_builder, soap_builder created inside
> axis2_http_transport_utils_create_soap_msg()
> --------------------------------------------------------------------------------------------------------------
>
> Key: AXIS2C-48
> URL: http://issues.apache.org/jira/browse/AXIS2C-48
> Project: Axis2-C
> Type: Bug
> Components: transport/http
> Versions: M0.3
> Reporter: Sahan Gamage
>
> Inside the axis2_http_transport_utils_create_soap_msg() function xml_reader,
> om_stax_builder and a soap_builder is created to get the soap_envelope from
> the http response (using the input stream). But once the soap_envelope is
> created the builders and the reader cannot be freed at the end of the
> function (before return) due to the deferred buiding mechanism. We need to
> find a way to free these.
--
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