diff --git a/src/udp_engine.cpp b/src/udp_engine.cpp index 80fb1624..9cff8162 100644 --- a/src/udp_engine.cpp +++ b/src/udp_engine.cpp @@ -49,11 +49,11 @@ along with this program. If not, see . zmq::udp_engine_t::udp_engine_t() : plugged (false), fd(NULL), + session(NULL), + handle(NULL), address(nullptr), send_enabled(false), - recv_enabled(false), - handle(NULL), - session(NULL) + recv_enabled(false) { }