diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index e5af237bd2..d9f1679fdf 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -95,7 +95,7 @@ void Cluster::handle(AMQFrame& frame) { void Cluster::notify() { AMQFrame frame(ProtocolVersion(), 0, - new ClusterNotifyBody(ProtocolVersion(), url)); + ClusterNotifyBody(ProtocolVersion(), url)); handle(frame); } |