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 "Ryan McCullough (JIRA)" <ax...@ws.apache.org> on 2008/10/01 21:55:44 UTC

[jira] Created: (AXISCPP-1053) Memory Leak in Stub destructor

Memory Leak in Stub destructor
------------------------------

                 Key: AXISCPP-1053
                 URL: https://issues.apache.org/jira/browse/AXISCPP-1053
             Project: Axis-C++
          Issue Type: Bug
          Components: Client - Engine
         Environment: Windows XP, VS6 with Compuware BoundsChecker
            Reporter: Ryan McCullough
             Fix For: current (nightly)


The Stub destructor needs to clear the soap header blocks.

The line 'delete m_vSOAPHeaderBlocks[j];' needs to be commented out because this item is deleted in ~SoapHeader().
Then add m_vSOAPHeaderBlocks.clear(); after the 'for (j = 0; j < m_vSOAPHeaderBlocks.size (); j++)' loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org