mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-29 15:51:04 -05:00
sys: FSP_FSCTL_DEVICE_EXTENSION: add Resource
This commit is contained in:
@@ -95,6 +95,7 @@ static VOID FspFsctlDeviceDeleteObject(PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
ExDeleteResourceLite(&FspFsctlDeviceExtension(DeviceObject)->Resource);
|
||||
IoDeleteDevice(DeviceObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user