reactos/ntoskrnl/mm/ARM3
Tuur Martens 4f8bbd141e [NTOS:MM] Fix memory leak in MiMapViewOfDataSection
If inserting the allocated VAD fails, MiMapViewOfDataSection will make no attempt to free the allocated VAD. Nor will it call MiDereferenceControlArea(ControlArea); like other failure return paths. This commit fixes this behavior.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2022-05-18 12:31:31 +02:00
..
arm
i386
contmem.c
drvmgmt.c
dynamic.c
expool.c
hypermap.c [NTOS:MM] When mapping pages for zeroing them, disable cache, enable write through 2021-08-04 17:48:39 +02:00
iosup.c
kdbg.c
largepag.c
mdlsup.c [NTOS:MM] Charge and free quotas for VAD allocations 2022-05-14 15:09:50 +02:00
miarm.h
miavl.h
mmdbg.c
mminit.c
mmsup.c
ncache.c
pagfault.c
pfnlist.c
pool.c [NTOS:MM] Implement Raise/Return pool quota functions 2022-01-11 10:11:09 +01:00
procsup.c [NTOS:MM] Charge and free quotas for VAD allocations 2022-05-14 15:09:50 +02:00
section.c [NTOS:MM] Fix memory leak in MiMapViewOfDataSection 2022-05-18 12:31:31 +02:00
session.c
special.c
sysldr.c
syspte.c
vadnode.c
virtual.c [NTOS:MM] Charge and free quotas for VAD allocations 2022-05-14 15:09:50 +02:00
wslist.cpp
zeropage.c [NTOS:MM] In page zeroing thread, zero more than one page at a time. 2021-08-04 17:48:39 +02:00