mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Merge pull request #710 from jenshz/patch-1
Update zmq_msg_init_data.txt
This commit is contained in:
commit
3b628fd85a
@ -31,6 +31,10 @@ _zmq_msg_ family of functions.
|
|||||||
CAUTION: The deallocation function 'ffn' needs to be thread-safe, since it
|
CAUTION: The deallocation function 'ffn' needs to be thread-safe, since it
|
||||||
will be called from an arbitrary thread.
|
will be called from an arbitrary thread.
|
||||||
|
|
||||||
|
CAUTION: If the deallocation function is not provided, the allocated memory
|
||||||
|
will not be freed, and this may cause a memory leak.
|
||||||
|
|
||||||
|
|
||||||
CAUTION: The functions _zmq_msg_init()_, _zmq_msg_init_data()_ and
|
CAUTION: The functions _zmq_msg_init()_, _zmq_msg_init_data()_ and
|
||||||
_zmq_msg_init_size()_ are mutually exclusive. Never initialize the same
|
_zmq_msg_init_size()_ are mutually exclusive. Never initialize the same
|
||||||
'zmq_msg_t' twice.
|
'zmq_msg_t' twice.
|
||||||
|
Loading…
Reference in New Issue
Block a user