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 "Dmitry Goncharov (JIRA)" <ji...@apache.org> on 2008/12/08 18:00:56 UTC

[jira] Created: (AXIS2C-1309) Memory leaks in axis2_svc_client_set_proxy_with_auth()

Memory leaks in axis2_svc_client_set_proxy_with_auth()
------------------------------------------------------

                 Key: AXIS2C-1309
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1309
             Project: Axis2-C
          Issue Type: Bug
          Components: core/clientapi
    Affects Versions: 1.5.0
            Reporter: Dmitry Goncharov
             Fix For: 1.5.0


axis2_svc_client_set_proxy_with_auth() uses axiom_attribute_create(), but doesn't set axutil_generic_obj_set_free_func() to properly release the memory.

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1309) Memory leaks in axis2_svc_client_set_proxy_with_auth()

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris updated AXIS2C-1309:
-----------------------------------

    Fix Version/s:     (was: 1.5.0)
                   1.6.0

> Memory leaks in axis2_svc_client_set_proxy_with_auth()
> ------------------------------------------------------
>
>                 Key: AXIS2C-1309
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1309
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.6.0
>
>         Attachments: axis2_svc_memleak.patch
>
>
> axis2_svc_client_set_proxy_with_auth() uses axiom_attribute_create(), but doesn't set axutil_generic_obj_set_free_func() to properly release the memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AXIS2C-1309) Memory leaks in axis2_svc_client_set_proxy_with_auth()

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1309.
--------------------------------------

    Resolution: Fixed

Patch applied in revision 731496. Thank you very much for the patch

> Memory leaks in axis2_svc_client_set_proxy_with_auth()
> ------------------------------------------------------
>
>                 Key: AXIS2C-1309
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1309
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_svc_memleak.patch
>
>
> axis2_svc_client_set_proxy_with_auth() uses axiom_attribute_create(), but doesn't set axutil_generic_obj_set_free_func() to properly release the memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2C-1309) Memory leaks in axis2_svc_client_set_proxy_with_auth()

Posted by "Dmitry Goncharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Goncharov updated AXIS2C-1309:
-------------------------------------

    Attachment: axis2_svc_memleak.patch

This patch fixes the leak.
Should be applied on linux.

> Memory leaks in axis2_svc_client_set_proxy_with_auth()
> ------------------------------------------------------
>
>                 Key: AXIS2C-1309
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1309
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.5.0
>
>         Attachments: axis2_svc_memleak.patch
>
>
> axis2_svc_client_set_proxy_with_auth() uses axiom_attribute_create(), but doesn't set axutil_generic_obj_set_free_func() to properly release the memory.

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-1309) Memory leaks in axis2_svc_client_set_proxy_with_auth()

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar reassigned AXIS2C-1309:
----------------------------------------

    Assignee: S.Uthaiyashankar

> Memory leaks in axis2_svc_client_set_proxy_with_auth()
> ------------------------------------------------------
>
>                 Key: AXIS2C-1309
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1309
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_svc_memleak.patch
>
>
> axis2_svc_client_set_proxy_with_auth() uses axiom_attribute_create(), but doesn't set axutil_generic_obj_set_free_func() to properly release the memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.