Fixes a file handle leak in mono_mmap_open_file() on Windows. See
authorNiklas Therning <niklas@therning.org>
Tue, 16 May 2017 14:46:52 +0000 (16:46 +0200)
committerNiklas Therning <niklas@therning.org>
Tue, 16 May 2017 17:35:11 +0000 (19:35 +0200)
commit566eb0ccdb5f5fc22f6280f9cee5f5b082ab5af8
treecaf9635194bd8f4463ea79d5a71d3022706b5fb8
parent8077ff5da774bb771c896d6fdb40740f649975af
Fixes a file handle leak in mono_mmap_open_file() on Windows. See
https://bugzilla.xamarin.com/show_bug.cgi?id=56493.
mcs/class/System.Core/Test/System.IO.MemoryMappedFiles/MemoryMappedFileTest.cs
mono/metadata/file-mmap-windows.c