summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2017-12-30 10:14:12 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-02-07 02:56:16 +0900
commit0b43d90e2b127fdacbf0a024818fb4cfc94ee91f (patch)
tree3fb44a9a75d4f55f6c62af88fd5784a10f7b58cd
parent9f5c04cf7612df231e2602c97fa9d1c9775fd432 (diff)
downloadefl-0b43d90e2b127fdacbf0a024818fb4cfc94ee91f.tar.gz
elm: fix memleak in combobox
@fix
-rw-r--r--src/lib/elementary/elc_combobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/elc_combobox.c b/src/lib/elementary/elc_combobox.c
index 0704f0d39a..f996b40aae 100644
--- a/src/lib/elementary/elc_combobox.c
+++ b/src/lib/elementary/elc_combobox.c
@@ -170,6 +170,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;