You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/12/08 06:45:54 UTC

svn commit: r602325 - /webservices/axis2/trunk/c/axiom/src/om/om_node.c

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org