0
0
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:
Martin Sustrik 2010-04-07 11:54:09 +02:00
parent 065e4d00ff
commit 745db9c574

View File

@ -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),