eo: Fix leak during shutdown()

This commit is contained in:
Jean-Philippe Andre 2016-11-23 15:24:02 +09:00
parent 69a684cf04
commit 3ad4e0bdfc
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}