elm_genlist.c: do not check null. it should not be a null and it was already derefere...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:56:58 +0000 (12:56 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:56:58 +0000 (12:56 +0900)
commitd6a0f087f54dc3341e21c14db5c3f1fe117f5801
treede59b561308b2b46e211537166c1433a2b1b33d0
parent975f144b257ad739490b344c4fc9b91f30e01067
elm_genlist.c: do not check null. it should not be a null and it was already dereferenced.

This fixes 'dereference before null check' issue which was spotted by coverity. CID 1040000.
src/lib/elm_genlist.c