elm_list: check sd not being null before access its members.
authordavemds <dave@gurumeditation.it>
Sat, 15 Mar 2014 21:38:12 +0000 (22:38 +0100)
committerdavemds <dave@gurumeditation.it>
Sat, 15 Mar 2014 21:38:28 +0000 (22:38 +0100)
commit93e80ad7070bb43a63ecc242548c021152e44dc1
tree241b6b1e643d2ed8a1a07d8718b78a74ec58982f
parent0abfefe482898225e63e256b291f1daef72bee7d
elm_list: check sd not being null before access its members.

If the list is deleted/recteated the _elm_list_item_focused/unfocused() is
called and the sd pointer is null.

This unbreak all my apps that use elm_list
src/lib/elm_list.c