forked from Mirrors/privacore-open-source-search-engine
init class members in MsgC
This commit is contained in:
3
MsgC.cpp
3
MsgC.cpp
@ -7,6 +7,9 @@
|
||||
|
||||
MsgC::MsgC ( ) {
|
||||
m_ipPtr = NULL;
|
||||
m_callback = NULL;
|
||||
m_state2 = NULL;
|
||||
m_state3 = NULL;
|
||||
}
|
||||
|
||||
MsgC::~MsgC ( ) {
|
||||
|
Reference in New Issue
Block a user