提交 26d62139 编写于 作者: H Haojun Liao

fix(query): clear array instead of destroy it in clear function.

上级 655dbb47
......@@ -638,7 +638,7 @@ void clearDiskbasedBuf(SDiskbasedBuf* pBuf) {
taosMemoryFreeClear(pi);
}
taosArrayDestroy(pBuf->pIdList);
taosArrayClear(pBuf->pIdList);
tdListEmpty(pBuf->lruList);
tdListEmpty(pBuf->freePgList);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册