mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-20 14:02:41 +02:00
Revert "Revert "Problem: deprecated use and reference of zmq_term
""
This commit is contained in:
@@ -50,7 +50,7 @@ int main (void)
|
||||
// Child process
|
||||
// Immediately close parent sockets and context
|
||||
zmq_close (pull);
|
||||
zmq_term (ctx);
|
||||
zmq_ctx_term (ctx);
|
||||
|
||||
// Create new context, socket, connect and send some messages
|
||||
void *child_ctx = zmq_ctx_new ();
|
||||
|
Reference in New Issue
Block a user