diff --git a/src/ipc_listener.cpp b/src/ipc_listener.cpp index 470aef75..6023722d 100644 --- a/src/ipc_listener.cpp +++ b/src/ipc_listener.cpp @@ -138,6 +138,7 @@ zmq::ipc_listener_t::ipc_listener_t (io_thread_t *io_thread_, io_object_t (io_thread_), has_file (false), s (retired_fd), + handle ((handle_t) NULL), socket (socket_) { }