ruby-changes:70271
From: Koichi <ko1@a...>
Date: Fri, 17 Dec 2021 15:47:13 +0900 (JST)
Subject: [ruby-changes:70271] c8f2766ae2 (master): `RUBY_DEFAULT_FREE` is not needed.
https://git.ruby-lang.org/ruby.git/commit/?id=c8f2766ae2 From c8f2766ae2312eedbcf947b189a8629696bb8bb3 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Fri, 17 Dec 2021 14:27:30 +0900 Subject: `RUBY_DEFAULT_FREE` is not needed. pointed by @nobu. --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index da9af425c14..9cb9a635e07 100644 --- a/hash.c +++ b/hash.c @@ -6657,7 +6657,7 @@ const rb_data_type_t env_data_type = { https://github.com/ruby/ruby/blob/trunk/hash.c#L6657 "ENV", { NULL, - RUBY_DEFAULT_FREE, + NULL, NULL, NULL, }, -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/