You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by sh...@apache.org on 2010/04/05 14:21:32 UTC

svn commit: r930850 - /axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c

Author: shankar
Date: Mon Apr  5 12:21:32 2010
New Revision: 930850

URL: http://svn.apache.org/viewvc?rev=930850&view=rev
Log:
Fixing memory leaks

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c

Modified: axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c?rev=930850&r1=930849&r2=930850&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/util/http_transport_utils.c Mon Apr  5 12:21:32 2010
@@ -2464,7 +2464,6 @@ axis2_http_transport_utils_dispatch_and_
         axis2_handler_invoke(handler, env, msg_ctx);
 		axis2_disp_free(rest_disp, env);
 		desc = axis2_handler_get_handler_desc(handler, env);
-		axis2_handler_free(handler, env);
 		if(desc)
 		{
 			axis2_handler_desc_free(desc, env);