diff options
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 34fd1aea..3259697a 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -973,6 +973,8 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) } else { group_handle_normal(key_file, entry, group, keys, ngroups); } + + g_strfreev(keys); } gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->info->view)); |