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 "Alex Mantaut (JIRA)" <ji...@apache.org> on 2013/11/18 19:47:22 UTC

[jira] [Resolved] (AXIS2C-1653) Builder not being freed while using axiom_node_free_tree() on a node that owns the builder

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

Alex Mantaut resolved AXIS2C-1653.
----------------------------------

    Resolution: Fixed

Issue fixed in r1543104

> Builder not being freed while using axiom_node_free_tree() on a node that owns the builder
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1653
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1653
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Alex Mantaut
>
> axiom_stax_builder_free_self() sets the ownership of a builder to the root node of that document, so it can continue to be used until no longer needed, and the be released when releasing the root node.
> If a builder a node and its builder are created, and then the builder is set to be released by axiom_stax_builder_free_self(), there is a big memory leak when releasing the root node with axiom_node_free_tree().
> To see this memory leak check axiom/test/xpath/test_xpath read_test_xml() creates the builder,  axiom_node_free_tree() should release it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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