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:
parent
d5f86e836f
commit
8ae9de372a
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue