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 na...@apache.org on 2006/09/29 11:47:49 UTC

svn commit: r451205 - /webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c

Author: nandika
Date: Fri Sep 29 02:47:48 2006
New Revision: 451205

URL: http://svn.apache.org/viewvc?view=rev&rev=451205
Log:
free function commented

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c?view=diff&rev=451205&r1=451204&r2=451205
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c Fri Sep 29 02:47:48 2006
@@ -419,8 +419,11 @@
     status = AXIS2_SIMPLE_HTTP_SVR_CONN_WRITE_RESPONSE(svr_conn, env, response);
     AXIS2_FREE(env->allocator, url_external_form);
     url_external_form = NULL;
+    /*
     AXIS2_MSG_CTX_FREE(msg_ctx, env);
+    
     msg_ctx = NULL;
+    */
     AXIS2_URL_FREE(request_url, env);
     request_url = NULL;
     AXIS2_HTTP_SIMPLE_RESPONSE_FREE(response, env);



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