mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
I forgot to dereference FileObject in IoSetDeviceInterfaceState
svn path=/trunk/; revision=14872
This commit is contained in:
parent
6510ad1387
commit
08b9a8878b
1 changed files with 2 additions and 0 deletions
|
@ -837,6 +837,8 @@ IoSetDeviceInterfaceState(
|
||||||
&GuidString,
|
&GuidString,
|
||||||
(PVOID)SymbolicLinkName);
|
(PVOID)SymbolicLinkName);
|
||||||
|
|
||||||
|
ObDereferenceObject(FileObject);
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue