fix bug
This commit is contained in:
parent
7d1b99f92a
commit
6b87bab624
|
@ -215,7 +215,7 @@ void cqClose(void *handle) {
|
||||||
|
|
||||||
pthread_mutex_unlock(&pContext->mutex);
|
pthread_mutex_unlock(&pContext->mutex);
|
||||||
|
|
||||||
taosReleaseRef(cqObjRef, rid);
|
taosRemoveRef(cqObjRef, rid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue