diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 21:13:15 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 21:13:15 +0000 |
commit | b2d570a78ba003c7ead6096f37f3348b503db634 (patch) | |
tree | 777630afb8df3141b74f3d1255989b9bff43ca92 /hardinfo2/shell.c | |
parent | 0196020beb33bff391c5810b07a8ce34ce709278 (diff) |
Plug memleaks.
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)); |