提交 4ab28c4d 编写于 作者: S shenglian zhou

fix: fix mem leak of fill operator

上级 a1701513
......@@ -514,7 +514,7 @@ void* taosDestroyFillInfo(SFillInfo* pFillInfo) {
if (pFillInfo == NULL) {
return NULL;
}
taosMemoryFree(pFillInfo->prev->pData);
taosArrayDestroy(pFillInfo->prev);
taosArrayDestroy(pFillInfo->next);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册