fix(os): win not close file ctest error
This commit is contained in:
parent
5acf419019
commit
8a0d6d6e99
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue