mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
init Msg13 class members
This commit is contained in:
@ -61,6 +61,11 @@ RdbCache *Msg13::getHttpCacheOthers() { return &s_httpCacheOthers; }
|
||||
|
||||
Msg13::Msg13() {
|
||||
m_replyBuf = NULL;
|
||||
m_state = NULL;
|
||||
m_callback = NULL;
|
||||
m_request = NULL;
|
||||
m_replyBufSize = 0;
|
||||
m_replyBufAllocSize = 0;
|
||||
}
|
||||
|
||||
Msg13::~Msg13() {
|
||||
|
Reference in New Issue
Block a user