tools: free used eina_list.

This commit is contained in:
Hermet Park 2016-05-31 20:12:26 +09:00
parent fc8096c878
commit 69c85269ce
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ tools_init(Evas_Object *parent)
elm_object_part_content_set(live_view_ly, swallow_part, btn);
i++;
}
eina_list_free(btn_list);
td->live_view_ly = live_view_ly;