fix coverity scan problem
This commit is contained in:
parent
2279706357
commit
49b21b3ccb
|
@ -189,8 +189,8 @@ void streamBackendCleanup(void* arg) {
|
||||||
taosThreadMutexDestroy(&pHandle->mutex);
|
taosThreadMutexDestroy(&pHandle->mutex);
|
||||||
|
|
||||||
taosThreadMutexDestroy(&pHandle->cfMutex);
|
taosThreadMutexDestroy(&pHandle->cfMutex);
|
||||||
qDebug("destroy stream backend backend:%p", pHandle);
|
|
||||||
|
|
||||||
|
qDebug("destroy stream backend backend:%p", pHandle);
|
||||||
taosMemoryFree(pHandle);
|
taosMemoryFree(pHandle);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue