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

Gordon Sim commented on QPID-6298:
----------------------------------

In the 1.0 path, the proton link objects are not freed when the sender/receiver 
is closed. This was done because earlier versions of proton would then attempt 
to free the link again when the connection was closed. Not sure what point that 
behaviour changed, but if it is now fixed - as I believe it is - we can free on 
closing links and then require the first proton release where this works 
without issue as the minimum acceptable.

> [C++Messaging] Server example never frees session senders
> ---------------------------------------------------------
>
>                 Key: QPID-6298
>                 URL: https://issues.apache.org/jira/browse/QPID-6298
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.30
>            Reporter: Chuck Rolke
>
> The examples/messaging/server example creates a sender to a reply-to address 
> for each message it receives. Later, in the sender destructor, the underlying 
> pn_link_free() function is not called. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to