NODE_MATCH needs reference updating

This commit is contained in:
Aaron Patterson 2020-07-28 12:56:36 -07:00 committed by Aaron Patterson
parent b933b43b67
commit 7533519990
No known key found for this signature in database
GPG Key ID: 953170BCB4FFAFC6

1
node.c
View File

@ -1349,6 +1349,7 @@ update_ast_value(void *ctx, NODE * node)
args->imemo = rb_gc_location(args->imemo); args->imemo = rb_gc_location(args->imemo);
break; break;
} }
case NODE_MATCH:
case NODE_LIT: case NODE_LIT:
case NODE_STR: case NODE_STR:
case NODE_XSTR: case NODE_XSTR: