examples/evas: free map pointer in map example

Summary: CID 1400959

Reviewers: kimcinoo

Reviewed By: kimcinoo

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10406
devs/lauromoura/tcautomated
Mike Blumenkrantz 4 years ago committed by Shinwoo Kim
parent 125f7b33ec
commit 225d59eed0
  1. 1
      src/examples/evas/evas-map-aa.c

@ -75,6 +75,7 @@ update()
evas_object_map_set(d.target2, map);
evas_object_map_enable_set(d.target2, EINA_TRUE);
evas_map_free(map);
}
static void

Loading…
Cancel
Save