mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- dont double free an irp
- patch by bugboy - bug 3530 svn path=/trunk/; revision=34958
This commit is contained in:
@@ -3355,7 +3355,7 @@ NtSetVolumeInformationFile(IN HANDLE FileHandle,
|
||||
Status = IopPerformSynchronousRequest(DeviceObject,
|
||||
Irp,
|
||||
FileObject,
|
||||
TRUE,
|
||||
FALSE,
|
||||
PreviousMode,
|
||||
!LocalEvent,
|
||||
IopOtherTransfer);
|
||||
|
||||
Reference in New Issue
Block a user