memory leak in code generated by WSDL2C, svc_qname not freed in 
axis2_stub_populate_services_for_myService
----------------------------------------------------------------------------------------------------------

                 Key: AXIS2C-1152
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1152
             Project: Axis2-C
          Issue Type: Bug
          Components: code generation
    Affects Versions: 1.4.0
         Environment: linux fc5
            Reporter: Frederic Heem
            Priority: Minor


In the generated code axis2_stub_populate_services_for_myService(), svc_qname 
is allocated but not freed, actually, it can be freed directly after  
axis2_svc_set_qname (svc, env, svc_qname) beacuse it makes a copy of it.

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