From 414937620c2e8bc3ad0b7181e90d320a05369db3 Mon Sep 17 00:00:00 2001 From: Jörgen Scott Date: Tue, 10 Mar 2015 08:47:16 +0100 Subject: fixed initialization bug --- doc/zmq-ctrl/cpp/OdrModCtrl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/zmq-ctrl/cpp') diff --git a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp index 731a9af..416ffcd 100644 --- a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp +++ b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp @@ -51,6 +51,7 @@ COdrModCtrl::COdrModCtrl(zmq::context_t *pContext, std::string odrEndpoint, m_pContext = pContext; m_odrEndpoint = odrEndpoint; m_timeoutMs = (uint32_t) timeoutMs; + m_pReqSocket = NULL; } COdrModCtrl::~COdrModCtrl() -- cgit v1.2.3