fix segv in applyig fileman config to all fwins while walking fwin list (deleting an fwin while walking)

This commit is contained in:
Carsten Haitzler 2013-05-28 19:43:51 +09:00
parent 04b331ecb3
commit 738b5d417d
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ e_fwin_reload_all(void)
E_Zone *zone;
/* Reload/recreate zones cause of property changes */
EINA_LIST_FOREACH(fwins, l, fwin)
EINA_LIST_FOREACH_SAFE(fwins, l, ll, fwin)
{
if (!fwin) continue; //safety
if (fwin->zone)