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 ma...@apache.org on 2007/10/23 11:01:55 UTC

svn commit: r587425 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Author: manjula
Date: Tue Oct 23 02:01:55 2007
New Revision: 587425

URL: http://svn.apache.org/viewvc?rev=587425&view=rev
Log:
Uncommenting the thred_env free .

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?rev=587425&r1=587424&r2=587425&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Tue Oct 23 02:01:55 2007
@@ -290,11 +290,11 @@
 
     if (thread_env)
     {
-        /*axutil_free_thread_env(thread_env); */
+        axutil_free_thread_env(thread_env);
         thread_env = NULL;
     }
 #ifdef AXIS2_SVR_MULTI_THREADED
-    /*axutil_thread_pool_exit_thread(env->thread_pool, thd); */
+    axutil_thread_pool_exit_thread(env->thread_pool, thd);
 #endif
 
     return NULL;



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