elementary: Fix memory leak in elm_list

Reviewers: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11909
This commit is contained in:
Subhransu Mohanty 2020-06-01 18:57:24 +09:00 committed by Hermet Park
parent 161e411d18
commit 025e7238e7
1 changed files with 2 additions and 0 deletions

View File

@ -1060,6 +1060,8 @@ _items_fix(Evas_Object *obj)
//focus highlight in_theme is set by list item theme.
_elm_widget_item_highlight_in_theme(
obj, elm_list_first_item_get(obj));
eina_array_flush(&walk);
}
static void