From 52b133d9d7fb007075f05b8289be517db6574fd3 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 30 Jun 2007 14:32:22 +0000 Subject: Plug memleaks. Cleanups. --- hardinfo2/computer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/computer.c') 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 * -- cgit v1.2.3