fix unit test
This commit is contained in:
parent
0417c8facc
commit
724227c5d4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue