From 7c65cf59155b264a709b29436ce577b6385d11b4 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 4 Dec 2007 02:37:55 +0000 Subject: [PATCH] typos. svn path=/trunk/; revision=6032 --- tests/hash-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hash-test.c b/tests/hash-test.c index bfdba06..80c2ffb 100644 --- a/tests/hash-test.c +++ b/tests/hash-test.c @@ -234,7 +234,7 @@ static void second_hash_test (gboolean simple_hash) h = g_hash_table_new_full (simple_hash ? one_hash : honeyman_hash, second_hash_cmp, - g_xfree, g_xfree); + g_free, g_free); g_assert (h != NULL); for (i=0; i<20; i++) { -- 2.7.4