Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 90695 invoked from network); 14 Nov 2010 21:31:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Nov 2010 21:31:04 -0000 Received: (qmail 65702 invoked by uid 500); 14 Nov 2010 21:31:35 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 65666 invoked by uid 500); 14 Nov 2010 21:31:35 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 65632 invoked by uid 99); 14 Nov 2010 21:31:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 21:31:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 21:31:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAELVEBJ025258 for ; Sun, 14 Nov 2010 21:31:14 GMT Message-ID: <8804677.73011289770274335.JavaMail.jira@thor> Date: Sun, 14 Nov 2010 16:31:14 -0500 (EST) From: "nadir amra (JIRA)" To: c-dev@axis.apache.org Subject: [jira] Closed: (AXISCPP-1053) Memory Leak in Stub destructor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXISCPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra closed AXISCPP-1053. ------------------------------- Resolution: Duplicate No need to have two issues which basically deal with the same problem. See AXISCPP-1054 > 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: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org