temperature module - more non-eeze system fixes

i have eeze so i didnt notice. thanks @netstar

fixes D4446
This commit is contained in:
Carsten Haitzler 2016-12-02 11:53:54 +09:00
parent f740616961
commit c5a293919b
1 changed files with 2 additions and 0 deletions

View File

@ -321,7 +321,9 @@ _temprature_check_done(void *data, Ecore_Thread *th)
eina_stringshare_del(tth->sensor_name);
eina_stringshare_del(tth->sensor_path);
#ifdef HAVE_EEZE
EINA_LIST_FREE(tth->tempdevs, s) eina_stringshare_del(s);
#endif
free(tth->extn);
free(tth);
}