This commit is contained in:
dapan1121 2021-01-27 17:53:22 +08:00
parent 7d1b99f92a
commit 6b87bab624
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ void cqClose(void *handle) {
pthread_mutex_unlock(&pContext->mutex); pthread_mutex_unlock(&pContext->mutex);
taosReleaseRef(cqObjRef, rid); taosRemoveRef(cqObjRef, rid);
} }
} }