diff options
Diffstat (limited to 'doc/zmq-ctrl/cpp')
| -rw-r--r-- | doc/zmq-ctrl/cpp/OdrModCtrl.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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() | 
