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 "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/02/03 13:26:08 UTC

[jira] Updated: (AXIS2C-868) Function axiom_element_create[Alastair FETTES]

     [ https://issues.apache.org/jira/browse/AXIS2C-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando updated AXIS2C-868:
-----------------------------------

    Affects Version/s:     (was: Current (Nightly))
        Fix Version/s:     (was: Current (Nightly))
             Assignee:     (was: Senaka Fernando)
           Issue Type: Improvement  (was: Bug)

This is an improvement due in a 2.x.x release.

Regards,
Senaka

> Function axiom_element_create[Alastair FETTES]
> ----------------------------------------------
>
>                 Key: AXIS2C-868
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-868
>             Project: Axis2-C
>          Issue Type: Improvement
>         Environment: Ubuntu 7.04
>            Reporter: Lahiru Gunathilake
>
> AXIS2_EXTERN
> axiom_element_t* axiom_element_create(    
>       const axutil_env_t*   env,
>       axiom_node_t*         parent,
>       const axis2_char_t*   localname,
>       axiom_namespace_t*    ns,
>       axiom_node_t**        node)
> The axiom_node_t instance node has responsibility for the returned axion_element_t*.  Therefore, calls to axiom_node_free_tree will free this returned element (in addition to all the child nodes of node).  The memory allocated for the return value should not be de-allocated using axiom_element_free in this scenario, since it is internally tied to the node.

-- 
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