未验证 提交 93a2e3a9 编写于 作者: H haojun Liao 提交者: GitHub

Merge pull request #3607 from taosdata/feature/query

[td-225] fix bugs in regression test.
......@@ -620,10 +620,9 @@ void taos_close_stream(TAOS_STREAM *handle) {
tscDebug("%p stream:%p is closed", pSql, pStream);
// notify CQ to release the pStream object
pStream->fp(pStream->param, NULL, NULL);
taos_free_result(pSql);
tscFreeSqlObj(pSql);
pStream->pSql = NULL;
taosTFree(pStream);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册