This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 0cde467a10563fd3692adb72912f8828a2009ba3
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun May 24 19:45:45 2026 +0100
procstats - dont thread wait on shtudown - not inside loop
---
src/modules/procstats/e_mod_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/modules/procstats/e_mod_main.c b/src/modules/procstats/e_mod_main.c
index 868cd833a..70a838e18 100644
--- a/src/modules/procstats/e_mod_main.c
+++ b/src/modules/procstats/e_mod_main.c
@@ -617,7 +617,6 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
Proc_Stats_Module *module = _this_module;
ecore_thread_cancel(module->thread);
- ecore_thread_wait(module->thread, 0.5);
//e_powersave_sleeper_free(module->sleeper);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.