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 pi...@apache.org on 2007/12/05 12:10:21 UTC

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

Author: pini
Date: Wed Dec  5 03:10:18 2007
New Revision: 601294

URL: http://svn.apache.org/viewvc?rev=601294&view=rev
Log:
Fixing jira issue 807

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=601294&r1=601293&r2=601294&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 Wed Dec  5 03:10:18 2007
@@ -627,7 +627,7 @@
 #ifdef WIN32
     axiom_xml_reader_xml_free(om_builder->parser, env, comment_value);
 #else
-	AXIS2_FREE(env->allocator,comment_value);
+/*	AXIS2_FREE(env->allocator,comment_value);*/
 #endif 
 
 	om_builder->lastnode = comment_node;



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