[*] Fix NT: READ handle leak under fastpath

This commit is contained in:
Reece Wilson 2024-09-19 18:29:53 +01:00
parent fb1f53a930
commit f95244f4ba

View File

@ -258,6 +258,7 @@ namespace Aurora::IO::FS
if (length.QuadPart == 0) if (length.QuadPart == 0)
{ {
AuWin32CloseHandle(fileHandle);
return true; return true;
} }