init Msg13 class members

This commit is contained in:
Brian Rasmusson
2016-09-26 13:30:00 +02:00
parent 324ee5219a
commit b9135c6036

@ -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() {