jayji pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=11a051299e071ae70f111fbb1fc5be47d09d4c3a
commit 11a051299e071ae70f111fbb1fc5be47d09d4c3a Author: Jean Guyomarc'h <[email protected]> Date: Fri Aug 26 16:13:18 2016 +0200 ecore_cocoa: fix memory leak --- src/lib/ecore_cocoa/ecore_cocoa.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m index aa74b94..43501c1 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa.m +++ b/src/lib/ecore_cocoa/ecore_cocoa.m @@ -284,6 +284,7 @@ _ecore_cocoa_feed_events(void *anEvent) old_flags = flags; break; } + free(evUp); break; } --
