mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: WIP
This commit is contained in:
@ -109,7 +109,11 @@ FspUnload(
|
||||
PAGED_CODE();
|
||||
|
||||
if (0 != FspDeviceObject)
|
||||
{
|
||||
IoUnregisterFileSystem(FspDeviceObject);
|
||||
IoDeleteDevice(FspDeviceObject);
|
||||
FspDeviceObject = 0;
|
||||
}
|
||||
}
|
||||
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
|
Reference in New Issue
Block a user