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/libraries/SledjHamr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libraries/SledjHamr.c') diff --git a/src/libraries/SledjHamr.c b/src/libraries/SledjHamr.c index 7fcede7..5f26fde 100644 --- a/src/libraries/SledjHamr.c +++ b/src/libraries/SledjHamr.c @@ -47,6 +47,9 @@ static Eina_Bool _del(void *data, int type, Ecore_Con_Event_Server_Del *ev) } if (ev->server) ecore_con_server_del(ev->server); + // TODO - Hmm, I think this is where this should be freed, but it causes a seggie in reachOut's while loop. + // Which is odd, so leave it commented for now and investigate later. +// free(this); return ECORE_CALLBACK_CANCEL; } -- cgit v1.1