diff options
Diffstat (limited to 'hardinfo2')
| -rw-r--r-- | hardinfo2/shell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index fff24783..b4bcc853 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1021,7 +1021,7 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload)          }          update_tbl = g_hash_table_new_full(g_str_hash, g_str_equal, -                                           g_free, g_free); +                                           NULL, g_free);      }      if (update_sfusrc) { | 
