summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-09-08 08:56:15 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-09-08 08:56:15 +0100
commitf8d8d82d34f71df3282eb21b44bf7c1aa6d387da (patch)
tree1e444bd623c90f60bb2a94904f4f46c10ac1869c
parent572955d2e5815c2d3a1d010bd149b2fac9c69cd3 (diff)
downloadenlightenment-f8d8d82d34f71df3282eb21b44bf7c1aa6d387da.tar.gz
temp - we free sleeper in the cthread cancel cb
-rw-r--r--src/modules/temperature/e_mod_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c
index bcc4facb5b..5c12c6c11e 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);