mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
dll: loop.c
This commit is contained in:
parent
2b1edc8d29
commit
903450312f
@ -146,8 +146,9 @@ FSP_API NTSTATUS FspProcessRequestInPool(FSP_FILE_SYSTEM *FileSystem,
|
||||
Success = QueueUserWorkItem(FspProcessRequestInPoolWorker, WorkItem, WT_EXECUTEDEFAULT);
|
||||
if (!Success)
|
||||
{
|
||||
NTSTATUS Result0 = FspNtStatusFromWin32(GetLastError());
|
||||
MemFree(WorkItem);
|
||||
return FspNtStatusFromWin32(GetLastError());
|
||||
return Result0;
|
||||
}
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user