fix: pass compilation
This commit is contained in:
parent
539736cfc9
commit
fa55a32e77
|
@ -1111,7 +1111,7 @@ static int32_t destroySortMemFile(SSortHandle* pHandle) {
|
||||||
}
|
}
|
||||||
tSimpleHashCleanup(pMemFile->mActivePages);
|
tSimpleHashCleanup(pMemFile->mActivePages);
|
||||||
taosMemoryFree(pMemFile->pageBuf);
|
taosMemoryFree(pMemFile->pageBuf);
|
||||||
taosCloseFile(pMemFile->pTdFile);
|
taosCloseFile(&pMemFile->pTdFile);
|
||||||
return TSDB_CODE_SUCCESS;
|
return TSDB_CODE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue