fix: minor changes
This commit is contained in:
parent
f5a6108ca0
commit
ef6c273c11
|
@ -680,10 +680,6 @@ int32_t sdbStopWrite(SSdb *pSdb, SSdbIter *pIter, bool isApply, int64_t index, i
|
||||||
code = 0;
|
code = 0;
|
||||||
|
|
||||||
_OVER:
|
_OVER:
|
||||||
if (pIter->file != NULL) {
|
|
||||||
taosCloseFile(&pIter->file);
|
|
||||||
pIter->file = NULL;
|
|
||||||
}
|
|
||||||
sdbCloseIter(pIter);
|
sdbCloseIter(pIter);
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue