tests: fix iterator leak in evas mesh tests

Summary: Depends on D5911

Reviewers: stefan_schmidt

Reviewed By: stefan_schmidt

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5912
This commit is contained in:
Mike Blumenkrantz 2018-04-13 12:39:44 +02:00 committed by Stefan Schmidt
parent 5490db74a0
commit 224ff7c86a
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,8 @@
efl_del(mesh2); \
efl_del(mesh); \
unlink(buffer); \
}
} \
eina_iterator_free(it);
static Evas_Canvas3D_Mesh_Frame *
return_zero_frame(Evas_Canvas3D_Mesh_Data *pd)
@ -149,7 +150,6 @@ EFL_START_TEST(evas_object_mesh_loader_saver)
CHECK_MESHES_IN_FOLDER(TESTS_PLY_MESH_DIR, ".eet")
CHECK_MESHES_IN_FOLDER(TESTS_PLY_MESH_DIR, ".ply")
eina_iterator_free(it);
unlink(tmp);
evas_free(e);