1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-28 18:48:39 -05:00

sys: remove IoUnregisterFileSystem from DriverUnload

This commit is contained in:
Bill Zissimopoulos
2015-11-18 10:10:01 -08:00
parent f52e36e76e
commit 280c41eef4

View File

@@ -110,7 +110,6 @@ FspUnload(
if (0 != FspDeviceObject)
{
IoUnregisterFileSystem(FspDeviceObject);
IoDeleteDevice(FspDeviceObject);
FspDeviceObject = 0;
}