1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed missing handling for frozen object at r59121.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-06-20 11:43:05 +00:00
parent d5f86e836f
commit 8ae9de372a

View file

@ -61,7 +61,7 @@ class LeakChecker
(h[fd] ||= []) << [io, autoclose, inspect]
}
fd_leaked.each {|fd|
str = ''
str = ''.dup
if h[fd]
str << ' :'
h[fd].map {|io, autoclose, inspect|