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
            Priority: Minor


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]

Reply via email to