From 385004135fde929133e39c10925656c960a62220 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 7 Nov 2013 01:24:12 +0900 Subject: [PATCH] test_genlist.c: Fixed wrong item class name. This fixes coverity CID 1126089. --- src/bin/test_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c index b62bfb6..dd56103 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, gl_sel/* func */, (void *)(uintptr_t)(i * 10)/* func data */); } - elm_genlist_item_class_free(itc1); + elm_genlist_item_class_free(itc); } -- 2.7.4