discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ccad6474578b323efcd3ab06c8e0431a46def415
commit ccad6474578b323efcd3ab06c8e0431a46def415 Author: Mike Blumenkrantz <[email protected]> Date: Tue Jul 29 07:40:45 2014 -0400 fix scoping on list free to not crash --- src/bin/e_zone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index 27321ca..6ac950a 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -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); --
