fix unit test

This commit is contained in:
yihaoDeng 2024-08-31 09:02:18 +08:00
parent 0417c8facc
commit 724227c5d4
1 changed files with 1 additions and 0 deletions

View File

@ -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) {