提交 b472a553 编写于 作者: H Haojun Liao

[td-225] destory qhandle.

上级 8b9cc4da
...@@ -236,6 +236,7 @@ static int32_t vnodeProcessFetchMsg(SVnodeObj *pVnode, SReadMsg *pReadMsg) { ...@@ -236,6 +236,7 @@ static int32_t vnodeProcessFetchMsg(SVnodeObj *pVnode, SReadMsg *pReadMsg) {
freeHandle = false; freeHandle = false;
} else { } else {
qKillQuery(*handle); qKillQuery(*handle);
qDestroyQueryInfo(*handle);
freeHandle = true; freeHandle = true;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册