Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 22, 2023
1 parent c16ecac commit 1a27865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -13967,7 +13967,7 @@ rb_ruby_parser_config_new(void *(*malloc)(size_t size))
void
rb_ruby_parser_config_free(rb_parser_config_t *config)
{
config->free(config);
// config->free(config);
}

#ifndef RIPPER
Expand Down

0 comments on commit 1a27865

Please sign in to comment.