aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-ohash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-ohash.c')
-rw-r--r--test-ohash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-ohash.c b/test-ohash.c
index 72b3e3dd..84d1b677 100644
--- a/test-ohash.c
+++ b/test-ohash.c
@@ -12,7 +12,7 @@ main(void)
struct ohash h;
struct ohash_info i;
i.halloc = i.alloc = xalloc;
- i.free = free;
+ i.hfree = xfree;
ohash_init(&h, 2, &i);
ohash_delete(&h);
return 0;