未验证 提交 272591b3 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1531 from taosdata/feature/dnode

handle a reference counting bug
......@@ -291,7 +291,7 @@ static void dnodeProcessRetrieveMsg(void *pVnode, SReadMsg *pMsg) {
dnodeContinueExecuteQuery(pVnode, pQInfo, pMsg);
} else { // no further execution invoked, release the ref to vnode
dnodeProcessReadResult(pVnode, pMsg);
vnodeRelease(pVnode);
//vnodeRelease(pVnode);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册