Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 3948 invoked from network); 28 Jun 2008 10:26:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 10:26:06 -0000 Received: (qmail 52602 invoked by uid 500); 28 Jun 2008 10:26:07 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 52570 invoked by uid 500); 28 Jun 2008 10:26:07 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 52558 invoked by uid 99); 28 Jun 2008 10:26:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 03:26:07 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 10:25:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 10CE6234C14E for ; Sat, 28 Jun 2008 03:25:45 -0700 (PDT) Message-ID: <949505196.1214648745067.JavaMail.jira@brutus> Date: Sat, 28 Jun 2008 03:25:45 -0700 (PDT) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-1152) memory leak in code generated by WSDL2C, svc_qname not freed in axis2_stub_populate_services_for_myService In-Reply-To: <371982747.1211387635839.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608993#action_12608993 ] Dushshantha Chandradasa commented on AXIS2C-1152: ------------------------------------------------- Yes Frederic. We can free the svc_qname there. I'll fix this. > memory leak in code generated by WSDL2C, svc_qname not freed in axis2_stub_populate_services_for_myService > ---------------------------------------------------------------------------------------------------------- > > Key: AXIS2C-1152 > URL: https://issues.apache.org/jira/browse/AXIS2C-1152 > Project: Axis2-C > Issue Type: Bug > Components: code generation > Affects Versions: 1.4.0 > Environment: linux fc5 > Reporter: Frederic Heem > Assignee: Dushshantha Chandradasa > Priority: Minor > > In the generated code axis2_stub_populate_services_for_myService(), svc_qname is allocated but not freed, actually, it can be freed directly after axis2_svc_set_qname (svc, env, svc_qname) beacuse it makes a copy of it. -- 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