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