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:06:44 UTC

[jira] Created: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

Memory leak in axis2_http_sender_configure_proxy_digest_auth()
--------------------------------------------------------------

                 Key: AXIS2C-1310
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: 1.5.0
            Reporter: Dmitry Goncharov
             Fix For: 1.5.0
         Attachments: axis2_http_sender_memleak.patch

axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

-- 
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-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

Manjula Peiris updated AXIS2C-1310:
-----------------------------------

        Fix Version/s:     (was: 1.5.0)
                       1.6.0
    Affects Version/s:     (was: 1.6.0)
                       1.5.0

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.6.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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


[jira] Updated: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

Manjula Peiris updated AXIS2C-1310:
-----------------------------------

    Affects Version/s:     (was: 1.5.0)
                       1.6.0

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.5.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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


[jira] Assigned: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

S.Uthaiyashankar reassigned AXIS2C-1310:
----------------------------------------

    Assignee: S.Uthaiyashankar

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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


[jira] Updated: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

S.Uthaiyashankar updated AXIS2C-1310:
-------------------------------------

    Component/s: transport/http

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.6.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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


[jira] Resolved: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

S.Uthaiyashankar resolved AXIS2C-1310.
--------------------------------------

    Resolution: Fixed

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

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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


[jira] Updated: (AXIS2C-1310) Memory leak in axis2_http_sender_configure_proxy_digest_auth()

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

Dmitry Goncharov updated AXIS2C-1310:
-------------------------------------

    Attachment: axis2_http_sender_memleak.patch

This patch fixed the memory leak.
Shold be applied on linux

> Memory leak in axis2_http_sender_configure_proxy_digest_auth()
> --------------------------------------------------------------
>
>                 Key: AXIS2C-1310
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1310
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.5.0
>
>         Attachments: axis2_http_sender_memleak.patch
>
>
> axis2_http_sender_configure_proxy_digest_auth() uses axutil_uuid_gen(), but dont release the memory which is allocated by axutil_uuid_gen().

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