mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 12:03:26 -05:00
sys: remove IoUnregisterFileSystem from DriverUnload
This commit is contained in:
@@ -110,7 +110,6 @@ FspUnload(
|
|||||||
|
|
||||||
if (0 != FspDeviceObject)
|
if (0 != FspDeviceObject)
|
||||||
{
|
{
|
||||||
IoUnregisterFileSystem(FspDeviceObject);
|
|
||||||
IoDeleteDevice(FspDeviceObject);
|
IoDeleteDevice(FspDeviceObject);
|
||||||
FspDeviceObject = 0;
|
FspDeviceObject = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user