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:
parent
708298d798
commit
14054ecce7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user