diff options
Diffstat (limited to 'src/core')
-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); |