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 sa...@apache.org on 2005/12/05 06:43:09 UTC

svn commit: r353992 - /webservices/axis2/trunk/c/test/xml/om/test_om.c

Author: samisa
Date: Sun Dec  4 21:43:01 2005
New Revision: 353992

URL: http://svn.apache.org/viewcvs?rev=353992&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/test/xml/om/test_om.c

Modified: webservices/axis2/trunk/c/test/xml/om/test_om.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/test_om.c?rev=353992&r1=353991&r2=353992&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/test_om.c (original)
+++ webservices/axis2/trunk/c/test/xml/om/test_om.c Sun Dec  4 21:43:01 2005
@@ -151,7 +151,9 @@
     AXIS2_OM_NODE_SERIALIZE (node1, &environment , om_output);
     
     buffer = AXIS2_XML_WRITER_GET_XML(writer, &environment);
+    
     axis2_om_output_free(om_output, &environment);  
+    
     printf("%s",buffer);
     
     AXIS2_OM_DOCUMENT_FREE(document, &environment); 
@@ -245,6 +247,7 @@
 
      AXIS2_OM_NODE_FREE_TREE(node1,&environment);
      output_buffer = AXIS2_XML_WRITER_GET_XML(writer, &environment);
+     
      axis2_om_output_free(om_output, &environment);
      
      printf("%s",output_buffer);