Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
-
linuc fc5
Description
In the client code generated, here is a piece of code which allocates a string but doesn't free it:
if (NULL == soap_action)
The string soap_act is not freed, thus resulting in a memory leak each time the the client code invokes the operation