提交 a2dd6f0c 编写于 作者: G Ganlin Zhao

fix(query): fix memory leak in histogram param validation

TD-17598
上级 01385a4b
......@@ -958,6 +958,7 @@ static bool validateHistogramBinDesc(char* binDescStr, int8_t binType, char* err
return false;
}
cJSON_Delete(binDesc);
taosMemoryFree(intervals);
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册