mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -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