1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-29 15:51:04 -05:00
This commit is contained in:
Bill Zissimopoulos
2015-11-30 10:14:16 -08:00
parent 427f8a20e6
commit 18091c65db
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -150,6 +150,8 @@ VOID FspDeviceDelete(PDEVICE_OBJECT DeviceObject)
}
ExDeleteResourceLite(&DeviceExtension->Resource);
RtlZeroMemory(DeviceExtension, DeviceObject->Size - sizeof DEVICE_OBJECT);
IoDeleteDevice(DeviceObject);
}