Author: nandika
Date: Tue Feb 28 01:55:49 2006
New Revision: 381616
URL: http://svn.apache.org/viewcvs?rev=381616&view=rev
Log:
soap_builder free function removed since is is done in envelope
Modified:
webservices/axis2/trunk/c/test/xml/soap/test_soap.c
Modified: webservices/axis2/trunk/c/test/xml/soap/test_soap.c
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/test_soap.c?rev=381616&r1=381615&r2=381616&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/soap/test_soap.c (original)
+++ webservices/axis2/trunk/c/test/xml/soap/test_soap.c Tue Feb 28 01:55:49 2006
@@ -146,8 +146,6 @@
if(buffer)
AXIS2_FREE((*env)->allocator, buffer);
AXIS2_SOAP_ENVELOPE_FREE(soap_envelope, env);
- AXIS2_SOAP_BUILDER_FREE(soap_builder, env);
- AXIS2_OM_STAX_BUILDER_FREE(om_builder, env);
AXIS2_OM_OUTPUT_FREE(om_output, env);
return AXIS2_SUCCESS;