raster pushed a commit to branch efl-1.20.

http://git.enlightenment.org/core/efl.git/commit/?id=0b43d90e2b127fdacbf0a024818fb4cfc94ee91f

commit 0b43d90e2b127fdacbf0a024818fb4cfc94ee91f
Author: Jean Guyomarc'h <[email protected]>
Date:   Sat Dec 30 10:14:12 2017 +0100

    elm: fix memleak in combobox
    
    @fix
---
 src/lib/elementary/elc_combobox.c | 1 +
 1 file changed, 1 insertion(+)

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;

-- 


Reply via email to