member init in MsgC

This commit is contained in:
Brian Rasmusson
2016-10-20 15:52:13 +02:00
parent d776497b43
commit 6d8d1a1eb2

@ -6,6 +6,7 @@
MsgC::MsgC ( ) {
memset(m_request, 0, sizeof(m_request));
m_ipPtr = NULL;
m_callback = NULL;
m_state2 = NULL;