You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2007/12/03 07:22:37 UTC

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

Author: dushshantha
Date: Sun Dec  2 22:22:36 2007
New Revision: 600432

URL: http://svn.apache.org/viewvc?rev=600432&view=rev
Log:
fixed windows build break

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=600432&r1=600431&r2=600432&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 Sun Dec  2 22:22:36 2007
@@ -436,7 +436,7 @@
           axiom_xml_reader_xml_free(om_builder->parser, env,
         temp_ns_prefix);*/
         AXIS2_FREE(env->allocator,temp_ns_uri);
-        AXIS2_FREE(env->allocator,tempm_ns_prefix);
+        AXIS2_FREE(env->allocator,temp_ns_prefix);
         
 #endif
         if (!om_ns)



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