diff options
-rw-r--r-- | src/bin/test_genlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c index b62bfb66a..dd56103e9 100644 --- a/src/bin/test_genlist.c +++ b/src/bin/test_genlist.c | |||
@@ -3628,5 +3628,5 @@ test_genlist_multi_select(void *data EINA_UNUSED, | |||
3628 | gl_sel/* func */, | 3628 | gl_sel/* func */, |
3629 | (void *)(uintptr_t)(i * 10)/* func data */); | 3629 | (void *)(uintptr_t)(i * 10)/* func data */); |
3630 | } | 3630 | } |
3631 | elm_genlist_item_class_free(itc1); | 3631 | elm_genlist_item_class_free(itc); |
3632 | } | 3632 | } |