提交 4036ef68 编写于 作者: sangshuduo's avatar sangshuduo

fix pSupporter memory leak in vnodeRead.c

上级 031d3f57
......@@ -702,6 +702,7 @@ void *vnodeQueryOnSingleTable(SMeterObj **pMetersObj, SSqlGroupbyExpr *pGroupbyE
_error:
// table query ref will be decrease during error handling
vnodeFreeQInfo(pQInfo, false);
free(pSupporter);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册