diff --git a/src/pgm_sender.cpp b/src/pgm_sender.cpp index 9d2f5afa..1fc71521 100644 --- a/src/pgm_sender.cpp +++ b/src/pgm_sender.cpp @@ -51,6 +51,10 @@ zmq::pgm_sender_t::pgm_sender_t (io_thread_t *parent_, more_flag (false), pgm_socket (false, options_), options (options_), + handle (static_cast (NULL)), + uplink_handle (static_cast (NULL)), + rdata_notify_handle (static_cast (NULL)), + pending_notify_handle (static_cast (NULL)), out_buffer (NULL), out_buffer_size (0), write_size (0)