提交 49b21b3c 编写于 作者: Y yihaoDeng

fix coverity scan problem

上级 22797063
...@@ -189,8 +189,8 @@ void streamBackendCleanup(void* arg) { ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册