jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3ad4e0bdfc5b989d1905f3f34166eb6291c55812

commit 3ad4e0bdfc5b989d1905f3f34166eb6291c55812
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Nov 23 15:24:02 2016 +0900

    eo: Fix leak during shutdown()
---
 src/lib/eo/eo_add_fallback.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/eo/eo_add_fallback.c b/src/lib/eo/eo_add_fallback.c
index 63e98a3..e00d7e8 100644
--- a/src/lib/eo/eo_add_fallback.c
+++ b/src/lib/eo/eo_add_fallback.c
@@ -184,5 +184,8 @@ _efl_add_fallback_shutdown(void)
         _eo_call_stack_key = 0;
      }
 
+   _eo_call_stack_free(main_loop_stack);
+   main_loop_stack = NULL;
+
    return EINA_TRUE;
 }

-- 


Reply via email to