提交 c034940c 编写于 作者: H Hui Li

[TD-1961]<fix> modify return when call taos_query()

上级 86041893
......@@ -150,6 +150,7 @@ static void verify_query(TAOS* taos) {
res = taos_query(taos, "select * from meters");
taos_stop_query(res);
taos_free_result(res);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册