evas map: Fix uninitialized fields
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 17 May 2017 04:43:33 +0000 (13:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 17 May 2017 06:32:04 +0000 (15:32 +0900)
commitba8db108cbf8a8c7d13d92a8fbe20480280bc2b6
tree50e5ab512eb5dc70832c005da0c6caf196a3717f
parentdab7c4d6e0351f66c43177f7e0015e2ffd5c8a11
evas map: Fix uninitialized fields

This fixes a "jump on uninitialized value" as reported by valgrind.
See evas_map.c:85:
  if (obj->map->cur.map->normal_geometry.x != x1) ch = 1;
src/lib/evas/canvas/evas_map.c