raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9c507faf2af4d4fae63e27ccdd7a211b60f28f3d
commit 9c507faf2af4d4fae63e27ccdd7a211b60f28f3d Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Jul 29 09:35:46 2017 +0900 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 --- src/lib/elementary/elm_view_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/elm_view_list.c b/src/lib/elementary/elm_view_list.c index 0c1ae56d9d..b0069dc628 100644 --- a/src/lib/elementary/elm_view_list.c +++ b/src/lib/elementary/elm_view_list.c @@ -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; } --
