未验证 提交 d0b135dc 编写于 作者: H Hongze Cheng 提交者: GitHub

Merge pull request #16437 from taosdata/fix/TD-18662

fix: cleanup memory with streamLoadTasks
......@@ -265,6 +265,8 @@ int32_t streamLoadTasks(SStreamMeta* pMeta) {
}
}
tdbFree(pKey);
tdbFree(pVal);
if (tdbTbcClose(pCur) < 0) {
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册