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/xsub.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/xsub.hpp') diff --git a/src/xsub.hpp b/src/xsub.hpp index e10b2c7..85f902c 100644 --- a/src/xsub.hpp +++ b/src/xsub.hpp @@ -24,7 +24,6 @@ #include "trie.hpp" #include "socket_base.hpp" -#include "dist.hpp" #include "fq.hpp" namespace zmq @@ -58,9 +57,6 @@ namespace zmq // Fair queueing object for inbound pipes. fq_t fq; - // Distributor mechanism for outbound messages (subscriptions). - dist_t dist; - // The repository of subscriptions. trie_t subscriptions; -- cgit v1.2.3