diff options
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index cf20c6d6..8679ffb6 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -406,7 +406,7 @@ void hi_module_init(void) { computer = g_new0(Computer, 1); - moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); + moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); } ModuleAbout * |