[*] Fix NT: READ handle leak under fastpath
This commit is contained in:
parent
fb1f53a930
commit
f95244f4ba
@ -258,6 +258,7 @@ namespace Aurora::IO::FS
|
|||||||
|
|
||||||
if (length.QuadPart == 0)
|
if (length.QuadPart == 0)
|
||||||
{
|
{
|
||||||
|
AuWin32CloseHandle(fileHandle);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user