fix(query): clear list .

This commit is contained in:
Haojun Liao 2022-08-28 17:12:37 +08:00
parent 653bd2ea6e
commit 3c6aea81a1
1 changed files with 0 additions and 1 deletions

View File

@ -639,7 +639,6 @@ void clearDiskbasedBuf(SDiskbasedBuf* pBuf) {
}
taosArrayClear(pBuf->pIdList);
pBuf->pIdList = NULL;
tdListEmpty(pBuf->lruList);
tdListEmpty(pBuf->freePgList);