[ http://issues.apache.org/jira/browse/AXIS2C-478?page=all ]
Samisa Abeysinghe resolved AXIS2C-478.
--------------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Moved creation to be done only when it is a binary text node
> om_text->ns should be NULL unless the text node is binary
> ---------------------------------------------------------
>
> Key: AXIS2C-478
> URL: http://issues.apache.org/jira/browse/AXIS2C-478
> Project: Axis2-C
> Issue Type: Improvement
> Components: xml/om
> Affects Versions: Current (Nightly)
> Reporter: James Clark
> Assigned To: Samisa Abeysinghe
> Priority: Minor
> Fix For: 1.0.0
>
>
> axiom_text_create creates an axiom_namespace_t regardless of whether the text
> node is binary. This uses a significant amount of memory (since there are
> lots of text nodes). om_text->ns should be initialized to NULL and the
> axiom_namespace_t created only if it is needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]