You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/09/19 15:28:28 UTC

[jira] Assigned: (AXISCPP-476) Memory leak throwing user-defined soap faults

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

Adrian Dick reassigned AXISCPP-476:
-----------------------------------

    Assign To:     (was: Adrian Dick)

It looks like I'm not going to have an oppurtunity to resolve this any time soon .

> Memory leak throwing user-defined soap faults
> ---------------------------------------------
>
>          Key: AXISCPP-476
>          URL: http://issues.apache.org/jira/browse/AXISCPP-476
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Reporter: Mark Whitlock

>
> In (for example) the FaultMappingTest, the user-defined soap fault is got using 
> DivByZeroStruct *pFaultDetail = pSoapFault->getCmplxFaultObject()
> Later in this method it throws it using throw *pFaultDetail. This fault was new'ed by generated code called from SoapFault, but who deletes it? The client application catches it using catch (DivByZeroStruct& e) but since it catches a reference, not a pointer, it can't delete it either. This looks like a memory leak to me.

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