mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08:00
unitialised member in seesion_t class - fixed
This commit is contained in:
parent
065e4d00ff
commit
745db9c574
@ -44,6 +44,7 @@ zmq::session_t::session_t (object_t *parent_, socket_base_t *owner_,
|
||||
const options_t &options_, const blob_t &peer_identity_) :
|
||||
owned_t (parent_, owner_),
|
||||
in_pipe (NULL),
|
||||
incomplete_in (false),
|
||||
active (true),
|
||||
out_pipe (NULL),
|
||||
engine (NULL),
|
||||
|
Loading…
x
Reference in New Issue
Block a user