mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: WIP
This commit is contained in:
parent
d7c43c2f30
commit
ec59ee43b9
@ -109,7 +109,11 @@ FspUnload(
|
|||||||
PAGED_CODE();
|
PAGED_CODE();
|
||||||
|
|
||||||
if (0 != FspDeviceObject)
|
if (0 != FspDeviceObject)
|
||||||
|
{
|
||||||
|
IoUnregisterFileSystem(FspDeviceObject);
|
||||||
IoDeleteDevice(FspDeviceObject);
|
IoDeleteDevice(FspDeviceObject);
|
||||||
|
FspDeviceObject = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PDEVICE_OBJECT FspDeviceObject;
|
PDEVICE_OBJECT FspDeviceObject;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user