Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3266033/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] P180707-00424
[Request] Fix crash for deletion case
[Occurrence Version] Latest
[Problem] P180707-00424
[Measure] Fix crash for deletion case
[Checking Method] delete item on rotary
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I02ee21704bc3aa61ae30cf8c2f85fdadf2832ce4
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
Eina_Rectangle *rect = NULL;
item = eina_list_nth(rsd->item_list, idx);
+ if (!item)
+ {
+ ERR("item is NULL");
+ return EINA_FALSE;
+ }
if (!item->delete_enabled)
return EINA_FALSE;