mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 03:19:00 +08:00
Fix typo: zmq_close -> zmq_msg_close
This commit is contained in:
parent
708298d798
commit
14054ecce7
@ -169,7 +169,7 @@ int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_)
|
|||||||
reply_pipe->flush ();
|
reply_pipe->flush ();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
zmq_close (msg_);
|
zmq_msg_close (msg_);
|
||||||
}
|
}
|
||||||
|
|
||||||
waiting_for_reply = false;
|
waiting_for_reply = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user