Doc examples with zmq_msg_close usage - incorrect parameter is provided sometime
Description
Environment
None
Activity
Show:

PieterP November 7, 2013 at 1:16 PM
Thanks, backported to 4.0.x stable.

Denis Mingulov November 4, 2013 at 6:01 PM
Closing as fixed - as the pull request is merged
(by Contributing process step 6)

Denis Mingulov November 4, 2013 at 1:28 PM
Pull request is created: https://github.com/zeromq/libzmq/pull/733
Documentation examples for
zmq_msg_get
andzmq_msg_more
functions have an incorrect call tozmq_msg_close
function - with 'zmq_msg_t' as a parameter despite 'zmq_msg_t *' is required, so it is impossible to compile these examples properly.