[ https://issues.apache.org/jira/browse/AXIS2C-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283933#comment-15283933
]
Giorgio Zoppi commented on AXIS2C-1472:
---------------------------------------
This bug is has to be reviewed in current Linux deployement, please assign to me.
> in http_worker.c function axis2_http_worker_process_request(): if status == AXIS2_FAILURE
then engine and fault_ctx are not freed.
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: AXIS2C-1472
> URL: https://issues.apache.org/jira/browse/AXIS2C-1472
> Project: Axis2-C
> Issue Type: Bug
> Components: core/transport
> Affects Versions: 1.7.0
> Environment: linux
> Reporter: Robert Springer
> Priority: Minor
> Fix For: 1.7.0
>
>
> in http_worker.c function axis2_http_worker_process_request(): if status == AXIS2_FAILURE
then engine and fault_ctx are not freed:
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|