test_genlist.c: Fixed wrong item class name.

This fixes coverity CID 1126089.
This commit is contained in:
Daniel Juyung Seo 2013-11-07 01:24:12 +09:00
parent 90f9c6bc64
commit 30e8b05e98
1 changed files with 1 additions and 1 deletions

View 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);
}