mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
RUBY_DEFAULT_FREE
is not needed.
pointed by @nobu.
This commit is contained in:
parent
37bd795cf8
commit
c8f2766ae2
Notes:
git
2021-12-17 15:47:15 +09:00
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -6657,7 +6657,7 @@ const rb_data_type_t env_data_type = {
|
|||
"ENV",
|
||||
{
|
||||
NULL,
|
||||
RUBY_DEFAULT_FREE,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue