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