mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Christoph von Wittich
- Fix a typo: dereference target device object instead of referencing it in an uninit routine. svn path=/trunk/; revision=39039
This commit is contained in:
parent
44f86392fe
commit
ff636d548a
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ FatUninitializeVcb(IN PVCB Vcb)
|
||||||
RemoveEntryList(&Vcb->VcbLinks);
|
RemoveEntryList(&Vcb->VcbLinks);
|
||||||
|
|
||||||
/* Release Target Device */
|
/* Release Target Device */
|
||||||
ObReferenceObject(Vcb->TargetDeviceObject);
|
ObDereferenceObject(Vcb->TargetDeviceObject);
|
||||||
Vcb->TargetDeviceObject = NULL;
|
Vcb->TargetDeviceObject = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue