Server leaks memory for arrays
------------------------------

         Key: AXISCPP-937
         URL: http://issues.apache.org/jira/browse/AXISCPP-937
     Project: Axis-C++
        Type: Bug
  Components: Server - Engine  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


When serializing and clearing up arrays within the server, the array content is 
correctly deleted ( see AXISCPP-936 ). But the Axis_Array (or one of it's 
derivatives) is not deleted.

The serializer extracts the inner c-style array from the array object, which it 
later correctly deletes but does not delete the Axis_Array object.

However, it needs to be careful about when it deletes as this will carry out a 
deep delete, resulting in the c-style array also being deleted.

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

Reply via email to