diff options
author | shankar | 2010-04-05 12:21:32 +0000 |
---|---|---|
committer | shankar | 2010-04-05 12:21:32 +0000 |
commit | 0e0c9b0e69203e8a6d3c19785202d5c21bb71a7e (patch) | |
tree | 4ba6bf15a6be0f2cd4c2876c00458941887cddd8 /src/core/transport/http | |
parent | 1c90aa45f7cdbfa4bbbb2665bdeb209cb28dfaca (diff) | |
download | axis2c-0e0c9b0e69203e8a6d3c19785202d5c21bb71a7e.tar.gz axis2c-0e0c9b0e69203e8a6d3c19785202d5c21bb71a7e.tar.bz2 |
Fixing memory leaks
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/core/transport/http')
-rw-r--r-- | src/core/transport/http/util/http_transport_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |