aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/node.c b/node.c
index f76e10e69b..1f10258343 100644
--- a/node.c
+++ b/node.c
@@ -173,8 +173,7 @@ static void
free_ast_value(rb_ast_t *ast, void *ctx, NODE *node)
{
switch (nd_type(node)) {
- case NODE_ARGS:
- xfree(RNODE_ARGS(node)->nd_ainfo);
+ default:
break;
}
}