- dont double free an irp

- patch by bugboy
- bug 3530

svn path=/trunk/; revision=34958
This commit is contained in:
Johannes Anderwald 2008-07-30 13:13:52 +00:00
parent b3ca3dbbd0
commit e0acf025bc

View file

@ -3355,7 +3355,7 @@ NtSetVolumeInformationFile(IN HANDLE FileHandle,
Status = IopPerformSynchronousRequest(DeviceObject,
Irp,
FileObject,
TRUE,
FALSE,
PreviousMode,
!LocalEvent,
IopOtherTransfer);