mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[FREELDR]
Don't use RtlZeroMemory to initialize a pointer svn path=/trunk/; revision=53411
This commit is contained in:
parent
a60b8c477c
commit
f3df919cee
1 changed files with 1 additions and 2 deletions
|
@ -975,10 +975,9 @@ SpiGetPciConfigData(
|
|||
ULONG FunctionNumber;
|
||||
CHAR VendorIdString[8];
|
||||
CHAR DeviceIdString[8];
|
||||
PCM_RESOURCE_LIST ResourceList;
|
||||
PCM_RESOURCE_LIST ResourceList = NULL;
|
||||
NTSTATUS Status;
|
||||
|
||||
RtlZeroMemory(&ResourceList, sizeof(PCM_RESOURCE_LIST));
|
||||
SlotNumber.u.AsULONG = 0;
|
||||
|
||||
/* Loop through all devices */
|
||||
|
|
Loading…
Reference in a new issue