check return code
This commit is contained in:
parent
9e25d22f47
commit
61175aed5d
|
@ -1169,7 +1169,7 @@ int32_t chkpMayDelObsolete(void* arg, int64_t chkpId, char* path) {
|
|||
_exception:
|
||||
taosArrayDestroy(chkpDup);
|
||||
taosArrayDestroy(chkpDel);
|
||||
taosThreadRwlockUnlock(&pBackend->chkpDirLock);
|
||||
(void)taosThreadRwlockUnlock(&pBackend->chkpDirLock);
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue