0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-01 02:27:49 +08:00

Fix typo: zmq_close -> zmq_msg_close

This commit is contained in:
Martin Hurton 2010-03-03 09:41:57 +01:00
parent 708298d798
commit 14054ecce7

View File

@ -169,7 +169,7 @@ int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_)
reply_pipe->flush ();
}
else {
zmq_close (msg_);
zmq_msg_close (msg_);
}
waiting_for_reply = false;