提交 2ed00136 编写于 作者: H Haojun Liao

[td-225] fix memory leaks.

上级 15bc41f5
......@@ -116,6 +116,8 @@ void taosDestoryFillInfo(SFillInfo* pFillInfo) {
}
tfree(pFillInfo->pData);
tfree(pFillInfo->pFillCol);
tfree(pFillInfo);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册