Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 89503 invoked from network); 9 Jan 2008 11:30:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 11:30:56 -0000 Received: (qmail 41106 invoked by uid 500); 9 Jan 2008 11:30:44 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 41086 invoked by uid 500); 9 Jan 2008 11:30:44 -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 41071 invoked by uid 99); 9 Jan 2008 11:30:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 03:30:44 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 11:30:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A4C871425E for ; Wed, 9 Jan 2008 03:30:34 -0800 (PST) Message-ID: <32342158.1199878234562.JavaMail.jira@brutus> Date: Wed, 9 Jan 2008 03:30:34 -0800 (PST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2C-874) Function axiom_namespace_create[Alastair FETTES] X-Virus-Checked: Checked by ClamAV on apache.org AXIS2_EXTERN axiom_node_t* axiom_document_build_all( struct axiom_document* document, const axutil_env_t* env) Function axiom_namespace_create In-Reply-To: <7368021.1199419414777.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit [ https://issues.apache.org/jira/browse/AXIS2C-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dushshantha Chandradasa resolved AXIS2C-874. -------------------------------------------- Resolution: Fixed > Function axiom_namespace_create[Alastair FETTES] AXIS2_EXTERN axiom_node_t* axiom_document_build_all( struct axiom_document* document, const axutil_env_t* env) Function axiom_namespace_create > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2C-874 > URL: https://issues.apache.org/jira/browse/AXIS2C-874 > Project: Axis2-C > Issue Type: Bug > Components: xml/om > Affects Versions: Current (Nightly) > Environment: Ubuntu 7.04 > Reporter: Lahiru Gunathilake > Fix For: Current (Nightly) > > > > AXIS2_EXTERN > axiom_namespace_t* axiom_namespace_create( > const axutil_env_t* env, > const axis2_char_t* uri, > const axis2_char_t* prefix) > > Problem: This function and return value of type axiom_namespace_t* does not take responsibility for the memory allocated for the parameters uri, prefix, and of course env. > Solution: Document memory ownership for parameters and return value. -- 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