Re: [E-devel] [Patch][elm_map] Bug fix: use safe iterator instead

2011-11-11 Thread ChunEon Park
11(금) 13:32:04 Subject: [E-devel] [Patch][elm_map] Bug fix: use safe iterator instead Hi, There are bugs that map removes list elements when using EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH. We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE instead for above case. Ple

[E-devel] [Patch][elm_map] Bug fix: use safe iterator instead

2011-11-10 Thread Bluezery
Hi, There are bugs that map removes list elements when using EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH. We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE instead for above case. Please review belows Index: src/lib/elm_map.c ===