summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2021-09-08 07:26:14 +0100
committerAlastair Poole <netstar@gmail.com>2021-09-08 07:26:14 +0100
commit572955d2e5815c2d3a1d010bd149b2fac9c69cd3 (patch)
tree11888f3f85b4300fc2999cce826d50cfea3a698f
parentfd4218793591f220e601e7129f01791757a784e1 (diff)
downloadenlightenment-572955d2e5815c2d3a1d010bd149b2fac9c69cd3.tar.gz
procstats: revert dont dont block.
load/unload.
-rw-r--r--src/modules/procstats/e_mod_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/procstats/e_mod_main.c b/src/modules/procstats/e_mod_main.c
index 55faaad242..41bff03d29 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);