提交 41b8d9f1 编写于 作者: S slzhou

fix: free column data retrieved

上级 268c520e
......@@ -360,6 +360,7 @@ static void sortGroupResByOrderList(SGroupResInfo* pGroupResInfo, SQueryRuntimeE
.colBytes = bytes,
.resultRows = pGroupResInfo->pRows};
taosArraySortPWithExt(pGroupResInfo->pRows, compareRowData, &support);
free(colData);
}
// setup the output buffer for each operator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册