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 di...@apache.org on 2006/09/27 19:48:56 UTC

svn commit: r450518 - /webservices/axis2/trunk/c/axiom/test/soap/test_soap.c

Author: dinesh
Date: Wed Sep 27 10:48:56 2006
New Revision: 450518

URL: http://svn.apache.org/viewvc?view=rev&rev=450518
Log:
corrected double free

Modified:
    webservices/axis2/trunk/c/axiom/test/soap/test_soap.c

Modified: webservices/axis2/trunk/c/axiom/test/soap/test_soap.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/test_soap.c?view=diff&rev=450518&r1=450517&r2=450518
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/test_soap.c (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/test_soap.c Wed Sep 27 10:48:56 2006
@@ -422,6 +422,5 @@
     /*create_soap_fault(env);
     test_soap_fault_value(env); */
     axis2_env_free(env);
-    axis2_allocator_free(allocator);
     return 0;
 }



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