aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 4439c058..d875aa93 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -791,12 +791,14 @@ void hi_module_init(void)
init_memory_labels();
init_cups();
sensors_init();
+ storage_init();
}
void hi_module_deinit(void)
{
moreinfo_del_with_prefix("DEV");
sensors_shutdown();
+ storage_shutdown();
g_hash_table_destroy(memlabels);
g_module_close(cups);
}