-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30746/
-----------------------------------------------------------
Review request for qpid.
Bugs: QPID-6368
https://issues.apache.org/jira/browse/QPID-6368
Repository: qpid
Description
-------
Fix double-delete from Coverity. I also looked at making this a shared_ptr to
avoid this problem but the source of the pointer is a loadable module. Since
shared_ptr can't be used I removed the pre-existing include of boost/shared_ptr
and the referencing typedef.
Diffs
-----
trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h 1657730
Diff: https://reviews.apache.org/r/30746/diff/
Testing
-------
Thanks,
Steve Huston