fix/remove-sync-heartbeat-lock-fix-check
This commit is contained in:
parent
bd492f790e
commit
2d93259f1a
|
@ -1340,7 +1340,7 @@ void syncLogReplDestroy(SSyncLogReplMgr* pMgr) {
|
|||
if (pMgr == NULL) {
|
||||
return;
|
||||
}
|
||||
taosThreadMutexDestroy(&pMgr->mutex);
|
||||
(void)taosThreadMutexDestroy(&pMgr->mutex);
|
||||
taosMemoryFree(pMgr);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue