Externally passed configuration context and service should not be freed within service client ---------------------------------------------------------------------------------------------
Key: AXIS2C-1353 URL: https://issues.apache.org/jira/browse/AXIS2C-1353 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage We have axis2_svc_client_create_with_conf_ctx_and_svc function to create a service client using existing configuration context and service. Currently when service client is freed these are freed as well. However according to the memory handling conventions of Axis2/C these should be freed by the caller function, not by the service client. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.