未验证 提交 ed22031d 编写于 作者: X xiao-yu-wang 提交者: GitHub

[TD-10823]<fix>: fixed taosdemo memory leak. (#8604)

Co-authored-by: NXiaoyu Wang <xiaoyuwang@taosdata.com>
上级 687d977a
......@@ -6491,6 +6491,17 @@ static void postFreeResource() {
tmfree(g_randfloat_buff);
tmfree(g_rand_current_buff);
tmfree(g_rand_phase_buff);
tmfree(g_randdouble_buff);
tmfree(g_randuint_buff);
tmfree(g_randutinyint_buff);
tmfree(g_randusmallint_buff);
tmfree(g_randubigint_buff);
tmfree(g_randint);
tmfree(g_randuint);
tmfree(g_randbigint);
tmfree(g_randubigint);
tmfree(g_randfloat);
tmfree(g_randdouble);
tmfree(g_sampleDataBuf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册