object_item: Check null in elm_object_item_del.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Mar 2014 09:17:32 +0000 (18:17 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Mar 2014 09:19:20 +0000 (18:19 +0900)
commit75980ef76101a0859f889e76b6e5d97d33972846
tree78766d30508b0135868c249ef6e487eae83a6357
parentec8ef6518d483207a5e4a065f63fe7277cb92829
object_item: Check null in elm_object_item_del.

As all EFL del/free APIs handle null as an exception,
   elm_object_item_del() should check null as well.
@fix
src/lib/elm_main.c