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 la...@apache.org on 2008/02/29 09:20:58 UTC

svn commit: r632258 - /webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Author: lahiru
Date: Fri Feb 29 00:20:49 2008
New Revision: 632258

URL: http://svn.apache.org/viewvc?rev=632258&view=rev
Log:
revert the committ due to code freeze.

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c?rev=632258&r1=632257&r2=632258&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c Fri Feb 29 00:20:49 2008
@@ -202,19 +202,11 @@
         }
         if (uri)
         {
-#ifdef AXIS2_GUTHTHILA_ENABLED
-            AXIS2_FREE(env->allocator,uri);
-#else
             axiom_xml_reader_xml_free(om_builder->parser, env, uri);
-#endif
         }
         if (prefix)
         {
-#ifdef AXIS2_GUTHTHILA_ENABLED
-            AXIS2_FREE(env->allocator,prefix);
-#else
             axiom_xml_reader_xml_free(om_builder->parser, env, prefix);
-#endif
         }
         if (attr_name_str)
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org