Actions
Bug #1911
closedMemory leak in Dir.glob on Windows
Description
=begin
I found the memory leak in Dir.glob of Ruby 1.9 (trunk) on Windows.
After running this code
ruby -e 'for i in 0..100000;Dir.glob("c:/*");end'
The memory usage is increasing steeply and never decrease.
I guess that leak is due to the several WCHAR pointers in win32.c. I noticed that pointer is allocated for MultiByteToWideChar function and not freed afterward.
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
- Status changed from Open to Assigned
- Assignee set to usa (Usaku NAKAMURA)
=begin
=end
Updated by usa (Usaku NAKAMURA) over 15 years ago
- Assignee changed from usa (Usaku NAKAMURA) to nobu (Nobuyoshi Nakada)
=begin
Nobu, check r23023.
=end
Updated by usa (Usaku NAKAMURA) over 15 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24510.
=end
Actions
Like0
Like0Like0Like0