提交 2327cbb9 编写于 作者: D dapan1121

fix bug

上级 b1e781b1
...@@ -305,9 +305,9 @@ void cqDrop(void *handle) { ...@@ -305,9 +305,9 @@ void cqDrop(void *handle) {
pObj->tmrId = 0; pObj->tmrId = 0;
} }
taosReleaseRef(cqObjRef, pObj->rid);
pthread_mutex_unlock(&pContext->mutex); pthread_mutex_unlock(&pContext->mutex);
taosReleaseRef(cqObjRef, pObj->rid);
} }
static void doCreateStream(void *param, TAOS_RES *result, int32_t code) { static void doCreateStream(void *param, TAOS_RES *result, int32_t code) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册