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]