reactos/hal/halx86/generic
Serge Gautherie 0fd3e51580
[HALX86] HalpDmaAllocateChildAdapter(): Fix memory leak, on error (#4156)
Simplify code, instead of adding 2 missing ObDereferenceObject().
(Note that ObInsertObject() always dereferences the object in case of failure.)

CORE-17904
2021-12-20 21:14:36 +01:00
..
beep.c
bios.c
buildtype.c [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
clock.c
cmos.c
display.c
dma.c [HALX86] HalpDmaAllocateChildAdapter(): Fix memory leak, on error (#4156) 2021-12-20 21:14:36 +01:00
drive.c
halinit.c [HAL:X64] Fix/improve the BIOS interface 2020-11-07 18:46:20 +01:00
memory.c
misc.c
nmi.c
pic.c
portio.c
profil.c
reboot.c
spinlock.c [HAL] Hack KeTryToAcquireQueuedSpinlock & KeTryToAcquireQueuedSpinLockRaiseToSynch into a somewhat working implementation 2021-06-29 11:49:20 +02:00
sysinfo.c [HALX86] Implement HalQueryAMLIIllegalIOPortAddresses case in HaliQuerySystemInformation 2020-11-14 15:18:37 +01:00
systimer.S
timer.c
trap.S
usage.c
v86.S