raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c5a293919bc8bfab4a6ab06c3b53d23b6ad90633

commit c5a293919bc8bfab4a6ab06c3b53d23b6ad90633
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Dec 2 11:53:54 2016 +0900

    temperature module - more non-eeze system fixes
    
    i have eeze so i didnt notice. thanks @netstar
    
    fixes D4446
---
 src/modules/temperature/e_mod_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/temperature/e_mod_main.c 
b/src/modules/temperature/e_mod_main.c
index 41e1c38..fce1b8c 100644
--- a/src/modules/temperature/e_mod_main.c
+++ b/src/modules/temperature/e_mod_main.c
@@ -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);
 }

-- 


Reply via email to