From 67b1f14190186f54fc5954a70f7214411d780aea Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 26 Feb 2011 08:42:20 +0100 Subject: Memory leak in PUB/XPUB sockets fixed. Signed-off-by: Martin Sustrik --- src/xpub.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/xpub.hpp') diff --git a/src/xpub.hpp b/src/xpub.hpp index 2b63ec3..34da09e 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -24,7 +24,6 @@ #include "array.hpp" #include "pipe.hpp" #include "dist.hpp" -#include "fq.hpp" namespace zmq { @@ -52,9 +51,6 @@ namespace zmq // Distributor of messages holding the list of outbound pipes. dist_t dist; - // Fair queuer for inbound subscriptions. - fq_t fq; - xpub_t (const xpub_t&); const xpub_t &operator = (const xpub_t&); }; -- cgit v1.2.3