From f8d8d82d34f71df3282eb21b44bf7c1aa6d387da Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 8 Sep 2021 08:56:15 +0100 Subject: 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 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); -- cgit v1.2.1