test_genlist.c: Fixed wrong item class name.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 6 Nov 2013 16:24:12 +0000 (01:24 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 6 Nov 2013 16:24:12 +0000 (01:24 +0900)
This fixes coverity CID 1126089.

src/bin/test_genlist.c

index b62bfb6..dd56103 100644 (file)
@@ -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);
 }