aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 16f6325955..beadac14ee 100644
--- a/hash.c
+++ b/hash.c
@@ -102,6 +102,8 @@ rb_any_hash(a)
static struct st_hash_type objhash = {
rb_any_cmp,
rb_any_hash,
+ st_nothing_key_free,
+ st_nothing_key_clone
};
struct foreach_safe_arg {