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) {
|
if (pMgr == NULL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
taosThreadMutexDestroy(&pMgr->mutex);
|
(void)taosThreadMutexDestroy(&pMgr->mutex);
|
||||||
taosMemoryFree(pMgr);
|
taosMemoryFree(pMgr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue