[
https://issues.apache.org/jira/browse/AXIS2C-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dimuthu Gamage resolved AXIS2C-893.
-----------------------------------
Resolution: Fixed
Hi I removed all the codes that handles the operation array, and the test
cases are working fine. So I commited the code.. (SVN Commit 610044.)
Now the init method in the service is an empty one.
int AXIS2_CALL
axis2_svc_skel_Adder_init(axis2_svc_skeleton_t *svc_skeleton,
const axutil_env_t *env)
{
/* Any initialization stuff of axis2_skel_Adder goes here */
return AXIS2_SUCCESS;
}
> Unnecessary function call in generated code
> -------------------------------------------
>
> Key: AXIS2C-893
> URL: https://issues.apache.org/jira/browse/AXIS2C-893
> Project: Axis2-C
> Issue Type: Bug
> Reporter: Manjula Peiris
>
> In the generated code for axis2_svc_skeleton.c following function call inside
> object_init() method is unnecessary and causing a memory leak.
> svc_skeleton->func_array = axutil_array_list_create(env, 0);
> axutil_array_list_add(svc_skeleton->func_array, env, FUNCTION_NAME);
--
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]