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 sa...@apache.org on 2005/10/25 07:49:52 UTC

svn commit: r328265 - /webservices/axis2/trunk/c/modules/test/om/src/test_om.c

Author: samisa
Date: Mon Oct 24 22:49:46 2005
New Revision: 328265

URL: http://svn.apache.org/viewcvs?rev=328265&view=rev
Log:
Changes related to free of resources

Modified:
    webservices/axis2/trunk/c/modules/test/om/src/test_om.c

Modified: webservices/axis2/trunk/c/modules/test/om/src/test_om.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/test/om/src/test_om.c?rev=328265&r1=328264&r2=328265&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/test/om/src/test_om.c (original)
+++ webservices/axis2/trunk/c/modules/test/om/src/test_om.c Mon Oct 24 22:49:46 2005
@@ -175,6 +175,8 @@
         printf ("\naxis2_om_node_serialize success\n");
     /* end serializing stuff */
 
+    axis2_om_node_free(environment, node1);
+    
     printf ("\nDONE\n");
 
     return 0;