You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2010/07/07 08:51:50 UTC

[jira] Resolved: (AXIS2C-1472) in http_worker.c function axis2_http_worker_process_request(): if status == AXIS2_FAILURE then engine and fault_ctx are not freed.

     [ https://issues.apache.org/jira/browse/AXIS2C-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage resolved AXIS2C-1472.
--------------------------------------

    Fix Version/s: 1.7.0
       Resolution: Fixed

Patch applied

> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org