Author: pini Date: Fri Dec 7 21:45:51 2007 New Revision: 602325 URL: http://svn.apache.org/viewvc?rev=602325&view=rev Log: Fixing jira issue 810
Modified: webservices/axis2/trunk/c/axiom/src/om/om_node.c Modified: webservices/axis2/trunk/c/axiom/src/om/om_node.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_node.c?rev=602325&r1=602324&r2=602325&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/src/om/om_node.c (original) +++ webservices/axis2/trunk/c/axiom/src/om/om_node.c Fri Dec 7 21:45:51 2007 @@ -577,7 +577,8 @@ axutil_hash_t *new_hash = NULL; new_hash = axutil_hash_overlay(temp_namespaces, env, namespaces); - axutil_hash_free(namespaces, env); + /*if(namespaces) + axutil_hash_free(namespaces, env);*/ namespaces = new_hash; } namespace = axiom_element_get_namespace((axiom_element_t --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]