mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-20 22:31:34 +01:00
clearing thread info structure
This commit is contained in:
parent
74a3907be2
commit
c818b14bbd
@ -151,6 +151,7 @@ zmq::socket_base_t *zmq::ctx_t::create_socket (int type_)
|
||||
|
||||
// Create the new application thread proxy object.
|
||||
app_thread_info_t info;
|
||||
memset (&info, 0, sizeof (info));
|
||||
info.associated = false;
|
||||
info.app_thread = new (std::nothrow) app_thread_t (this,
|
||||
io_threads.size () + app_threads.size ());
|
||||
|
Loading…
x
Reference in New Issue
Block a user