diff options
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c index b7286f8a..a8f990ed 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -448,10 +448,12 @@ void hi_module_init(void) moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); init_memory_labels(); init_cups(); + sensors_init(); } void hi_module_deinit(void) { + sensors_shutdown(); g_hash_table_destroy(moreinfo); g_hash_table_destroy(memlabels); g_module_close(cups); |