elm list - remove harmless extra null set to keep analysers happy

this was totally harmless and not an actual bug but it keeps analysers
happy.

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 09:35:46 +09:00
parent e85694f33b
commit 9c507faf2a
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ _item_get_value(View_List_ItemData *idata, const char *part)
if (i == 1)
{
idata->values = eina_list_remove(idata->values, vitem);
idata->values = NULL;
free(vitem);
break;
}