[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/8] fdo: Use IoFreeMdl when IoAllocateMdl was uesd to allocate



Assisted-by: ClaudeCode:claude-opus-4.8
Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx>
---
 src/xenbus/fdo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xenbus/fdo.c b/src/xenbus/fdo.c
index 6b46c8c..2e8f2e6 100644
--- a/src/xenbus/fdo.c
+++ b/src/xenbus/fdo.c
@@ -3387,7 +3387,7 @@ FdoPciHoleFree(
                               Count);
     ASSERT(NT_SUCCESS(status));
 
-    ExFreePool(Mdl);
+    IoFreeMdl(Mdl);
 }
 
 static PMDL
-- 
2.51.2.windows.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.