fix coverity scan problem

This commit is contained in:
yihaoDeng 2023-07-14 14:53:11 +08:00
parent 2279706357
commit 49b21b3ccb
1 changed files with 1 additions and 1 deletions

View File

@ -189,8 +189,8 @@ void streamBackendCleanup(void* arg) {
taosThreadMutexDestroy(&pHandle->mutex);
taosThreadMutexDestroy(&pHandle->cfMutex);
qDebug("destroy stream backend backend:%p", pHandle);
qDebug("destroy stream backend backend:%p", pHandle);
taosMemoryFree(pHandle);
return;
}