From 8a0d6d6e998fd832944925297a5f7b0c1448b053 Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Sun, 22 May 2022 17:16:01 +0800 Subject: [PATCH] fix(os): win not close file ctest error --- source/libs/index/src/indexTfile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/index/src/indexTfile.c b/source/libs/index/src/indexTfile.c index 52f8886b40..9fb6cf216e 100644 --- a/source/libs/index/src/indexTfile.c +++ b/source/libs/index/src/indexTfile.c @@ -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); } -- GitLab