Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-937

Server leaks memory for arrays

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • current (nightly)
    • current (nightly)
    • Server - Engine
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              dicka Adrian Dick
              dicka Adrian Dick
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: