From 0e0c9b0e69203e8a6d3c19785202d5c21bb71a7e Mon Sep 17 00:00:00 2001 From: shankar Date: Mon, 5 Apr 2010 12:21:32 +0000 Subject: Fixing memory leaks git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930850 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/util/http_transport_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/transport/http/util') diff --git a/src/core/transport/http/util/http_transport_utils.c b/src/core/transport/http/util/http_transport_utils.c index 89a6962..d035991 100644 --- a/src/core/transport/http/util/http_transport_utils.c +++ b/src/core/transport/http/util/http_transport_utils.c @@ -2464,7 +2464,6 @@ axis2_http_transport_utils_dispatch_and_verify( 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); -- cgit v1.1-32-gdbae