You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2007/06/14 11:22:26 UTC

[jira] Resolved: (QPID-438) C++ broker Queue.delete does not destroy the queue.

     [ https://issues.apache.org/jira/browse/QPID-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-438.
-----------------------------

    Resolution: Fixed

Fixed in r547151. Solution records bindings in queue, but only uses exchange name (not apointer to the exchange) to avoid circular refs. This does require that the exhange registry be used when unbinding.

> C++ broker Queue.delete does not destroy the queue.
> ---------------------------------------------------
>
>                 Key: QPID-438
>                 URL: https://issues.apache.org/jira/browse/QPID-438
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Alan Conway
>
> The queue is partially destroyed (removed from registry and messagestore) but remains bound to the exchange. Careful not to introduce shared_ptr cycles and memory leaks when fixing this.

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