=================================================================== RCS file: /cvs/mandoc/test-ohash.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/test-ohash.c 2012/06/09 11:00:13 1.1 +++ mandoc/test-ohash.c 2012/06/09 11:02:55 1.2 @@ -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;