mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -627,7 +627,7 @@ FatUninitializeVcb(IN PVCB Vcb)
|
||||
RemoveEntryList(&Vcb->VcbLinks);
|
||||
|
||||
/* Release Target Device */
|
||||
ObReferenceObject(Vcb->TargetDeviceObject);
|
||||
ObDereferenceObject(Vcb->TargetDeviceObject);
|
||||
Vcb->TargetDeviceObject = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user