Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.0
-
None
-
None
-
linux fc5
Description
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.