[ 
https://issues.apache.org/jira/browse/AXIS2C-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dushshantha Chandradasa resolved AXIS2C-879.
--------------------------------------------

    Resolution: Fixed

> Function axis2_svc_client_send_receive_non_blocking[Alastair FETTES]
> --------------------------------------------------------------------
>
>                 Key: AXIS2C-879
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-879
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: Current (Nightly)
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>             Fix For: Current (Nightly)
>
>         Attachments: diff.txt
>
>
> <snippet>
> AXIS2_EXTERN
> void axis2_svc_client_send_receive_non_blocking(
>       axis2_svc_client_t*       svc_client,
>       const axutil_env_t*     env,
>       const axiom_node_t*     payload,
>       axis2_callback_t*     callback)
> </snippet>
> Problem: This function takes responsibility for the memory allocated for the 
> parameter payload (assumed due to access violations for free-ing), as well as 
> the custom headers that have been added to the parameter svc_client (again, 
> assumed because of access violations on free-ing). This function also takes 
> responsibility for the memory allocated at callback, through the following 
> call tree:
>     axis2_svc_client_send_receive_non_blocking
>     axis2_svc_client_send_receive_non_blocking_with_op_qname
>     axis2_op_client_set_callback
> The memory is free-ed with a call to axis2_op_client_free (it is assumed that 
> someone calls this)
> Solution: Document memory ownership for parameters and return value. 

-- 
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]

Reply via email to