提交 3c6aea81 编写于 作者: H Haojun Liao

fix(query): clear list .

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