diff options
| -rw-r--r-- | src/xsub.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsub.cpp b/src/xsub.cpp index cf51cdb..4122c67 100644 --- a/src/xsub.cpp +++ b/src/xsub.cpp @@ -211,7 +211,6 @@ void zmq::xsub_t::send_subscription (unsigned char *data_, size_t size_,      //  Send it to the pipe.      bool sent = pipe->write (&msg);      zmq_assert (sent); -    msg.close ();  }  | 
