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/06 00:34:16 UTC

[jira] Created: (AXIS2C-392) axis2_op_client_add_msg_ctx causes multiple leaks

axis2_op_client_add_msg_ctx causes multiple leaks
-------------------------------------------------

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


axis2_op_client_add_msg_ctx does not handle possible memory leaks (and the comment too says so)

This needs to be fixed as this causes too many leaks.

Also, the logic seems to be hacky here (I think I am the one who wrote this :(  )
Ideally, we should let operation context to handle memory here, as it is the one dealing with storing the message contexes.
Having op_client handling this is a bad idea.

-- 
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-392) axis2_op_client_add_msg_ctx causes multiple leaks

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

Samisa Abeysinghe closed AXIS2C-392.
------------------------------------

    Fix Version/s: 0.96
       Resolution: Fixed
         Assignee: Samisa Abeysinghe

Managed to fix this after a bit of a struggle

> axis2_op_client_add_msg_ctx causes multiple leaks
> -------------------------------------------------
>
>                 Key: AXIS2C-392
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-392
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 0.95
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>            Priority: Critical
>             Fix For: 0.96
>
>
> axis2_op_client_add_msg_ctx does not handle possible memory leaks (and the comment too says so)
> This needs to be fixed as this causes too many leaks.
> Also, the logic seems to be hacky here (I think I am the one who wrote this :(  )
> Ideally, we should let operation context to handle memory here, as it is the one dealing with storing the message contexes.
> Having op_client handling this is a bad idea.

-- 
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