AXIS2_EXTERN
axiom_node_t*
axiom_document_build_all(
struct axiom_document* document,
const axutil_env_t* env)
</snippet>
Function
axiom_namespace_create
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
<snippet>
AXIS2_EXTERN
axiom_node_t* axiom_document_build_all(
struct axiom_document* document,
const axutil_env_t* env)
</snippet>
Function axiom_namespace_create
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: AXIS2C-874
URL: https://issues.apache.org/jira/browse/AXIS2C-874
Project: Axis2-C
Issue Type: Bug
Components: xml/om
Affects Versions: Current (Nightly)
Environment: Ubuntu 7.04
Reporter: Lahiru Gunathilake
Fix For: Current (Nightly)
<snippet>
AXIS2_EXTERN
axiom_namespace_t* axiom_namespace_create(
const axutil_env_t* env,
const axis2_char_t* uri,
const axis2_char_t* prefix)
</snippet>
Problem: This function and return value of type axiom_namespace_t* does not
take responsibility for the memory allocated for the parameters uri, prefix,
and of course env.
Solution: Document memory ownership for parameters and return value.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]