[jira] [Commented] (PROTON-641) pn_connection_t leaked when links not closed

2014-10-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166731#comment-14166731
 ] 

ASF subversion and git services commented on PROTON-641:


Commit 1630787 from [~gsim] in branch 'proton/branches/examples'
[ https://svn.apache.org/r1630787 ]

PROTON-641: fixed link cleanup on connection/session abort; made free not close 
automatically

> pn_connection_t leaked when links not closed
> 
>
> Key: PROTON-641
> URL: https://issues.apache.org/jira/browse/PROTON-641
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: 0.8
>Reporter: Gordon Sim
>Assignee: Rafael H. Schloming
> Fix For: 0.8
>
> Attachments: proton_leak.cpp
>
>
> If the application doesn't call pn_link_close(), but calls 
> on_session_close(), pn_connection_close(), then pn_transport_free() and 
> pn_connection_free(), the pn_connection_t object appear to be leaked. 
> Will attach reproducer. See also QPID-5951.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-641) pn_connection_t leaked when links not closed

2014-08-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110855#comment-14110855
 ] 

ASF subversion and git services commented on PROTON-641:


Commit 1620643 from r...@apache.org in branch 'proton/trunk'
[ https://svn.apache.org/r1620643 ]

PROTON-641: fixed link cleanup on connection/session abort; made free not close 
automatically

> pn_connection_t leaked when links not closed
> 
>
> Key: PROTON-641
> URL: https://issues.apache.org/jira/browse/PROTON-641
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: 0.8
>Reporter: Gordon Sim
>Assignee: Rafael H. Schloming
> Fix For: 0.8
>
> Attachments: proton_leak.cpp
>
>
> If the application doesn't call pn_link_close(), but calls 
> on_session_close(), pn_connection_close(), then pn_transport_free() and 
> pn_connection_free(), the pn_connection_t object appear to be leaked. 
> Will attach reproducer. See also QPID-5951.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PROTON-641) pn_connection_t leaked when links not closed

2014-08-15 Thread Gordon Sim (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098471#comment-14098471
 ] 

Gordon Sim commented on PROTON-641:
---

See also https://issues.apache.org/jira/browse/PROTON-648 which has a patch.

> pn_connection_t leaked when links not closed
> 
>
> Key: PROTON-641
> URL: https://issues.apache.org/jira/browse/PROTON-641
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: 0.8
>Reporter: Gordon Sim
>Assignee: Rafael H. Schloming
> Fix For: 0.8
>
> Attachments: proton_leak.cpp
>
>
> If the application doesn't call pn_link_close(), but calls 
> on_session_close(), pn_connection_close(), then pn_transport_free() and 
> pn_connection_free(), the pn_connection_t object appear to be leaked. 
> Will attach reproducer. See also QPID-5951.



--
This message was sent by Atlassian JIRA
(v6.2#6252)