summaryrefslogtreecommitdiff
path: root/libdb/db_btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdb/db_btree.c')
-rw-r--r--libdb/db_btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdb/db_btree.c b/libdb/db_btree.c
index fa9d86b6..fdd9b150 100644
--- a/libdb/db_btree.c
+++ b/libdb/db_btree.c
@@ -192,7 +192,7 @@ static datum btree_findkey (DB *db, u_int flags)
}
}
if (!loop_check_hash)
- loop_check_hash = hashtable_create (&plain_hashtable_free);
+ loop_check_hash = hashtable_create (&free);
if (((db->seq) (db, (DBT *) &key, (DBT *) &data, flags))) {
memset (&key, 0, sizeof key);