fix scoping on list free to not crash

This commit is contained in:
Mike Blumenkrantz 2014-07-29 07:40:45 -04:00
parent 4ba2359ce9
commit ccad647457
1 changed files with 1 additions and 1 deletions

View File

@ -1349,8 +1349,8 @@ e_zone_useful_geometry_get(E_Zone *zone,
calc = EINA_TRUE;
break;
}
eina_list_free(l);
}
eina_list_free(l);
}
else
_e_zone_useful_geometry_calc(zone, zone->desk_x_current, zone->desk_y_current, &zx, &zy, &zw, &zh);