From 0c215fada4f448788069e42bda34609f74c8b64b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 18 Sep 2010 06:42:46 +0200 Subject: potential duplicate termination of pipes removed --- src/fq.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fq.cpp') diff --git a/src/fq.cpp b/src/fq.cpp index 9832c21..ad70633 100644 --- a/src/fq.cpp +++ b/src/fq.cpp @@ -73,6 +73,7 @@ void zmq::fq_t::terminated (reader_t *pipe_) void zmq::fq_t::terminate () { + zmq_assert (!terminating); terminating = true; if (pipes.empty ()) { -- cgit v1.2.3