netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=572955d2e5815c2d3a1d010bd149b2fac9c69cd3

commit 572955d2e5815c2d3a1d010bd149b2fac9c69cd3
Author: Alastair Poole <nets...@gmail.com>
Date:   Wed Sep 8 07:26:14 2021 +0100

    procstats: revert dont dont block.
    
    load/unload.
---
 src/modules/procstats/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/procstats/e_mod_main.c 
b/src/modules/procstats/e_mod_main.c
index 55faaad24..41bff03d2 100644
--- a/src/modules/procstats/e_mod_main.c
+++ b/src/modules/procstats/e_mod_main.c
@@ -473,6 +473,7 @@ 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);
 

-- 


Reply via email to