mirror of https://github.com/acidanthera/audk.git
Set Handle to NULL when creating a new handle.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9358 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3a15fd5268
commit
0ce94f384e
|
@ -126,6 +126,7 @@ PciEnumerator (
|
||||||
|
|
||||||
gFullEnumeration = FALSE;
|
gFullEnumeration = FALSE;
|
||||||
|
|
||||||
|
Handle = NULL;
|
||||||
Status = gBS->InstallProtocolInterface (
|
Status = gBS->InstallProtocolInterface (
|
||||||
&Handle,
|
&Handle,
|
||||||
&gEfiPciEnumerationCompleteProtocolGuid,
|
&gEfiPciEnumerationCompleteProtocolGuid,
|
||||||
|
|
Loading…
Reference in New Issue