mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: WIP
This commit is contained in:
@ -109,6 +109,11 @@ static VOID FspFsvolDeviceDeleteObject(PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension = FspFsvolDeviceExtension(DeviceObject);
|
||||
|
||||
if (0 != FsvolDeviceExtension->SwapVpb)
|
||||
ExFreePoolWithTag(FsvolDeviceExtension->SwapVpb, FSP_TAG);
|
||||
|
||||
IoDeleteDevice(DeviceObject);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user