提交 e2125102 编写于 作者: H Haojun Liao

[TD-225]

上级 29545fa5
......@@ -342,7 +342,7 @@ SArray *tVariantListAppend(SArray *pList, tVariant *pVar, uint8_t sortOrder) {
*
* Otherwise, the original pointer may be lost, which causes memory leak.
*/
tVariantListItem item = {0};
tVariantListItem item;
item.pVar = *pVar;
item.sortOrder = sortOrder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册