From 724227c5d4db11a95c460c9128ffb8b7408ed7d7 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sat, 31 Aug 2024 09:02:18 +0800 Subject: [PATCH] fix unit test --- source/libs/index/src/index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/index/src/index.c b/source/libs/index/src/index.c index d38f4efddb..7c5822b90a 100644 --- a/source/libs/index/src/index.c +++ b/source/libs/index/src/index.c @@ -613,6 +613,7 @@ static int32_t idxMergeCacheAndTFile(SArray* result, IterateValue* cv, IterateVa return TSDB_CODE_OUT_OF_MEMORY; } } + tfileValueDestroy(tfv); return 0; } static void idxDestroyFinalRslt(SArray* result) {