mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: remove IoUnregisterFileSystem from DriverUnload
This commit is contained in:
parent
f52e36e76e
commit
280c41eef4
@ -110,7 +110,6 @@ FspUnload(
|
|||||||
|
|
||||||
if (0 != FspDeviceObject)
|
if (0 != FspDeviceObject)
|
||||||
{
|
{
|
||||||
IoUnregisterFileSystem(FspDeviceObject);
|
|
||||||
IoDeleteDevice(FspDeviceObject);
|
IoDeleteDevice(FspDeviceObject);
|
||||||
FspDeviceObject = 0;
|
FspDeviceObject = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user