create_key_from_uri_prefix does many allocations that is wasteful
-----------------------------------------------------------------
Key: AXIS2C-481
URL: http://issues.apache.org/jira/browse/AXIS2C-481
Project: Axis2-C
Issue Type: Bug
Reporter: Samisa Abeysinghe
Fix For: 0.96
create_key_from_uri_prefix method used in
axiom/src/parser/libxml2/libxml2_writer_wrapper.c does many allocations that
are used immediately and then freed just after a single call.
This could be replaced with ease with a simpler function that does relatively
little allocations.
--
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]