summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/transport/http/common/http_worker.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/transport/http/common/http_worker.c b/src/core/transport/http/common/http_worker.c
index 9306d8c..8a8dfe6 100644
--- a/src/core/transport/http/common/http_worker.c
+++ b/src/core/transport/http/common/http_worker.c
@@ -1062,6 +1062,12 @@ axis2_http_worker_process_request(
axis2_http_status_line_free(tmp_stat_line, env);
tmp_stat_line = NULL;
}
+
+ axis2_engine_free(engine, env);
+ if(fault_ctx)
+ {
+ axis2_msg_ctx_free(fault_ctx, env);
+ }
}
}
else