[ http://issues.apache.org/jira/browse/AXISCPP-1005?page=all ]

nadir amra closed AXISCPP-1005.
-------------------------------

    Resolution: Fixed

> Memory leak in C-stub generation
> --------------------------------
>
>                 Key: AXISCPP-1005
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-1005
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: WSDL processing - Doc
>    Affects Versions:  1.6 Beta
>            Reporter: nadir amra
>         Assigned To: nadir amra
>             Fix For:  1.6 Beta
>
>
> For C-stub generation, when a complex structure contains an inner complex 
> structure, the the Axis_Create_xxxx() function creates the inner complex 
> structure by calling the appropriate function.  However, when deserialization 
> occurs,  the derialization function simply assigns the pointer returned to 
> the field, thus resulting in a memory leak.
> To be consistent with C++ implementation, the inner complex structure should 
> not be allocated on the Axis_Create_xxx() of the outer complex structure, 
> since it will be created by the deserializer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to