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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to