elm: fix memleak in combobox

@fix
This commit is contained in:
Jean Guyomarc'h 2017-12-30 10:14:12 +01:00
parent a71ea3f9dc
commit 541d6527fa
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ _table_resize(void *data)
// take the first, and update according to that
evas_object_geometry_get(elm_object_item_track(eina_list_data_get(realized)), NULL, NULL,
NULL, &h);
eina_list_free(realized);
}
sd->item_height = h;