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 2006/03/06 10:49:11 UTC

svn commit: r383504 - /webservices/axis2/trunk/c/test/core/context/test_context.c

Author: sahan
Date: Mon Mar  6 01:49:09 2006
New Revision: 383504

URL: http://svn.apache.org/viewcvs?rev=383504&view=rev
Log:
Fixed the segmentation fault in context test.

Modified:
    webservices/axis2/trunk/c/test/core/context/test_context.c

Modified: webservices/axis2/trunk/c/test/core/context/test_context.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/context/test_context.c?rev=383504&r1=383503&r2=383504&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/test_context.c (original)
+++ webservices/axis2/trunk/c/test/core/context/test_context.c Mon Mar  6 01:49:09 2006
@@ -88,7 +88,6 @@
         printf("SUCCESS\n");
 
     AXIS2_CONF_CTX_FREE(conf_ctx, &env);
-    AXIS2_CONF_FREE(conf, &env);
 }
 
 int main()