Major refactoring: WIP

This commit is contained in:
Bill Zissimopoulos
2015-12-20 11:20:22 -08:00
parent 7197501c9a
commit da4fa4a925
5 changed files with 154 additions and 133 deletions

View File

@ -28,6 +28,9 @@ static NTSTATUS FspFsctlClose(
{
PAGED_CODE();
FspFree(IrpSp->FileObject->FsContext2);
IrpSp->FileObject->FsContext2 = 0;
Irp->IoStatus.Information = 0;
return STATUS_SUCCESS;
}