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 "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/11/05 23:33:16 UTC

[jira] Created: (AXIS2C-389) Memory leaks in phase resolver engage to globle chain method

Memory leaks in phase resolver engage to globle chain method
------------------------------------------------------------

                 Key: AXIS2C-389
                 URL: http://issues.apache.org/jira/browse/AXIS2C-389
             Project: Axis2-C
          Issue Type: Bug
          Components: core/phaseresolver
    Affects Versions: 0.95
            Reporter: Samisa Abeysinghe


In axis2_phase_resolver_engage_to_global_chain of modules/core/phaseresolver/phase_resolver.c, in places where we do :
phase_holder =
                    axis2_phase_holder_create_with_phases(env, phase_list);

we do not check if phase_holder already has previously created phase holder. This causes leaks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Assigned: (AXIS2C-389) Memory leaks in phase resolver engage to globle chain method

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-389?page=all ]

Samisa Abeysinghe reassigned AXIS2C-389:
----------------------------------------

    Assignee: Samisa Abeysinghe

> Memory leaks in phase resolver engage to globle chain method
> ------------------------------------------------------------
>
>                 Key: AXIS2C-389
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-389
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/phaseresolver
>    Affects Versions: 0.95
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>
> In axis2_phase_resolver_engage_to_global_chain of modules/core/phaseresolver/phase_resolver.c, in places where we do :
> phase_holder =
>                     axis2_phase_holder_create_with_phases(env, phase_list);
> we do not check if phase_holder already has previously created phase holder. This causes leaks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Closed: (AXIS2C-389) Memory leaks in phase resolver engage to globle chain method

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-389?page=all ]

Samisa Abeysinghe closed AXIS2C-389.
------------------------------------

    Fix Version/s: 0.96
       Resolution: Fixed

Fixed the leaks by cleaning up at the end of the for loops

> Memory leaks in phase resolver engage to globle chain method
> ------------------------------------------------------------
>
>                 Key: AXIS2C-389
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-389
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/phaseresolver
>    Affects Versions: 0.95
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>             Fix For: 0.96
>
>
> In axis2_phase_resolver_engage_to_global_chain of modules/core/phaseresolver/phase_resolver.c, in places where we do :
> phase_holder =
>                     axis2_phase_holder_create_with_phases(env, phase_list);
> we do not check if phase_holder already has previously created phase holder. This causes leaks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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