1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 18:07:54 +02:00
svn path=/trunk/; revision=6032
This commit is contained in:
Ryan Lortie
2007-12-04 02:37:55 +00:00
parent 591e89c589
commit 7c65cf5915

@@ -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++)
{