summaryrefslogtreecommitdiff
path: root/ext/dl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl')
-rw-r--r--ext/dl/sym.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dl/sym.c b/ext/dl/sym.c
index 59a618496f..40b2035c00 100644
--- a/ext/dl/sym.c
+++ b/ext/dl/sym.c
@@ -941,6 +941,7 @@ rb_dlsym_call(int argc, VALUE argv[], VALUE self)
}
}
+ FREE_ARGS;
#undef FREE_ARGS
return rb_assoc_new(val,dvals);
}