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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]