提交 12b10dfc 编写于 作者: Y yihaoDeng

fix mem leak

上级 5fe7563a
......@@ -663,6 +663,8 @@ void metaHbToMnode(void* param, void* tmrId) {
}
tEncoderClear(&encoder);
taosArrayDestroy(hbMsg.pTaskStatus);
SRpcMsg msg = {0};
initRpcMsg(&msg, TDMT_MND_STREAM_HEARTBEAT, buf, tlen);
msg.info.noResp = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册