mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
refine previous description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb87f28346
commit
f20b5c9995
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ Sat Jun 24 23:37:41 2006 Tanaka Akira <akr@m17n.org>
|
|||
GC problem.
|
||||
(rb_yield_values): use rb_ary_new2 instead of rb_ary_new4.
|
||||
|
||||
* array.c (rb_ary_new4): don't set len as n. make it safe with GC.
|
||||
* array.c (rb_ary_new4): don't set len as n if contents is not
|
||||
initialized. make it safe with GC.
|
||||
|
||||
[ruby-dev:28826]
|
||||
|
||||
|
|
Loading…
Reference in a new issue