Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[viofs] Fix MDL structure memory leak
Resolves: https://issues.redhat.com/browse/RHEL-19069 Resolves: #1004 Remarks from https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-mmallocatepagesformdlex The caller must use MmFreePagesFromMdl to release the memory pages that are described by an MDL that was created by MmAllocatePagesForMdlEx. After calling MmFreePagesFromMdl, the caller must also call ExFreePool to release the memory that is allocated for the MDL structure. Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
- Loading branch information