From 315aaabbce6b2db52ff5796708b777b488fd848e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 20 May 2014 18:25:58 +1000 Subject: The results of a session with valgrind. I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries. --- src/extantz/Evas_3D_demo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/extantz/Evas_3D_demo.c') diff --git a/src/extantz/Evas_3D_demo.c b/src/extantz/Evas_3D_demo.c index fb6f03f..3dda9ef 100644 --- a/src/extantz/Evas_3D_demo.c +++ b/src/extantz/Evas_3D_demo.c @@ -456,7 +456,6 @@ void Evas_3D_Demo_add(globals *ourGlobals) void Evas_3D_Demo_fini(globals *ourGlobals) { - eo_unref(ourGlobals->scene->image); free(sphere_vertices); free(sphere_indices); } -- cgit v1.1