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
This commit is contained in:
Mike Blumenkrantz 2019-10-16 06:57:34 +09:00 committed by Shinwoo Kim
parent 125f7b33ec
commit 225d59eed0
1 changed files with 1 additions and 0 deletions

View 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