examples/evas: free map pointer in map example
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 15 Oct 2019 21:57:34 +0000 (06:57 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:18:25 +0000 (11:18 +0900)
Summary: CID 1400959

Reviewers: kimcinoo

Reviewed By: kimcinoo

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10406

src/examples/evas/evas-map-aa.c

index c4fc712..b0022fe 100644 (file)
@@ -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