fix(query): clear list .
This commit is contained in:
parent
653bd2ea6e
commit
3c6aea81a1
|
@ -639,7 +639,6 @@ void clearDiskbasedBuf(SDiskbasedBuf* pBuf) {
|
|||
}
|
||||
|
||||
taosArrayClear(pBuf->pIdList);
|
||||
pBuf->pIdList = NULL;
|
||||
|
||||
tdListEmpty(pBuf->lruList);
|
||||
tdListEmpty(pBuf->freePgList);
|
||||
|
|
Loading…
Reference in New Issue