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 "nadir amra (JIRA)" <ax...@ws.apache.org> on 2006/11/22 10:56:01 UTC

[jira] Created: (AXISCPP-1008) memory leak in error paths of xsd types

memory leak in error paths of xsd types
---------------------------------------

                 Key: AXISCPP-1008
                 URL: http://issues.apache.org/jira/browse/AXISCPP-1008
             Project: Axis-C++
          Issue Type: Bug
            Reporter: nadir amra
         Assigned To: nadir amra
             Fix For:  1.6 Beta


In the error paths of the xsd types, we do not delete allocated objects before throwing an exception. Specifically, the objects that are not being deleted MinInclusive, MaxInclusive, MinExclusive, MaxExclusive.

Also took the liberty of removing unnecessary allocations/deallocation of work buffers where a buffer allocated from automatic storage would do. 

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXISCPP-1008) memory leak in error paths of xsd types

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-1008?page=all ]

nadir amra closed AXISCPP-1008.
-------------------------------

    Resolution: Fixed

> memory leak in error paths of xsd types
> ---------------------------------------
>
>                 Key: AXISCPP-1008
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-1008
>             Project: Axis-C++
>          Issue Type: Bug
>            Reporter: nadir amra
>         Assigned To: nadir amra
>             Fix For:  1.6 Beta
>
>
> In the error paths of the xsd types, we do not delete allocated objects before throwing an exception. Specifically, the objects that are not being deleted MinInclusive, MaxInclusive, MinExclusive, MaxExclusive.
> Also took the liberty of removing unnecessary allocations/deallocation of work buffers where a buffer allocated from automatic storage would do. 

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org