1
This commit is contained in:
parent
46e42c7228
commit
5796e5203e
@ -101,10 +101,8 @@ void UpStream::SendStockMsg()
|
||||
}
|
||||
if (pdelnode->hdr) {
|
||||
ForwardClientMsg(*pdelnode->hdr);
|
||||
if (pdelnode->hdr->buf) {
|
||||
free((char*)pdelnode->hdr->buf);
|
||||
}
|
||||
free(pdelnode->hdr);
|
||||
f8::MsgHdr::Destroy(pdelnode->hdr);
|
||||
pdelnode->hdr = nullptr;
|
||||
}
|
||||
delete pdelnode;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user