提交 2fe79faf 编写于 作者: armink_ztl's avatar armink_ztl

[component][ulog] Fix a memory leak problem.

上级 0f1d4378
...@@ -790,6 +790,7 @@ int ulog_tag_lvl_filter_set(const char *tag, rt_uint32_t level) ...@@ -790,6 +790,7 @@ int ulog_tag_lvl_filter_set(const char *tag, rt_uint32_t level)
{ {
/* remove current tag's level filter when input level is the lowest level */ /* remove current tag's level filter when input level is the lowest level */
rt_slist_remove(&ulog.filter.tag_lvl_list, &tag_lvl->list); rt_slist_remove(&ulog.filter.tag_lvl_list, &tag_lvl->list);
rt_free(tag_lvl);
} }
else else
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册