eina: Set it to NULL before next iteration
authorSebastian Dransfeld <sd@tango.flipp.net>
Sat, 7 Dec 2013 12:59:16 +0000 (13:59 +0100)
committerSebastian Dransfeld <sd@tango.flipp.net>
Sat, 7 Dec 2013 20:11:32 +0000 (21:11 +0100)
commit08978ddb560ad10e4427fc7b4aaa18cf6912ba0c
tree962d302e5a97309918707f911935533040abea3c
parent3c58b3ebeb896281a24ba9143fc64df03510631c
eina: Set it to NULL before next iteration

it might have been free'd by the user, so set it to NULL before next
iteration. This is an attempt to fix CID 1039913 and 1039914.

We don't use the pointer value, only the pointer, so the error is wrong.
Could flag the error in coverity, but if this fixes it, we wont see the
error in other situations.
src/lib/eina/eina_inlist.h