fix(os): win not close file ctest error

This commit is contained in:
afwerar 2022-05-22 17:16:01 +08:00
parent 5acf419019
commit 8a0d6d6e99
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ void tfileCacheDestroy(TFileCache* tcache) {
TFileReader* p = *reader;
indexInfo("drop table cache suid: %" PRIu64 ", colName: %s, colType: %d", p->header.suid, p->header.colName,
p->header.colType);
tfileReaderDestroy(p);
tfileReaderUnRef(p);
reader = taosHashIterate(tcache->tableCache, reader);
}