[FREELDR]

Don't use RtlZeroMemory to initialize a pointer

svn path=/trunk/; revision=53411
This commit is contained in:
Timo Kreuzer 2011-08-24 09:59:35 +00:00
parent a60b8c477c
commit f3df919cee

View file

@ -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 */