raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f8d8d82d34f71df3282eb21b44bf7c1aa6d387da
commit f8d8d82d34f71df3282eb21b44bf7c1aa6d387da Author: Carsten Haitzler <ras...@rasterman.com> Date: Wed Sep 8 08:56:15 2021 +0100 temp - we free sleeper in the cthread cancel cb --- src/modules/temperature/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c index bcc4facb5..5c12c6c11 100644 --- a/src/modules/temperature/e_mod_main.c +++ b/src/modules/temperature/e_mod_main.c @@ -259,7 +259,6 @@ _temperature_face_shutdown(const Eina_Hash *hash EINA_UNUSED, const void *key EI Config_Face *inst; inst = hdata; - // XXX: sleeper free if (inst->th) ecore_thread_cancel(inst->th); if (inst->sensor_name) eina_stringshare_del(inst->sensor_name); if (inst->id) eina_stringshare_del(inst->id); --