evas: replace EINA_LIST_FREE to EINA_LIST_FOREACH_SAFE.
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Feb 2014 01:31:42 +0000 (10:31 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Feb 2014 01:31:42 +0000 (10:31 +0900)
commit6093e68cb01cf915057b9e330f7586039d092990
tree07a8aa99e7a91da7613c699fe4e8939424db426a
parentfbb1aa775c8e5e3d8cbe8a220dc655868dad0d0e
evas: replace EINA_LIST_FREE to EINA_LIST_FOREACH_SAFE.

EINA_LIST_FREE does eina_list_remove_list, and clip_unset does
the same thing to the same list pointer. So, EINA_LIST_FOREACH_SAFE
is proper for this case.
src/lib/evas/canvas/evas_object_main.c