mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
Add missing Handle parameter for UninstallMultipleProtocolInterfaces().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11144 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2349cf6f63
commit
0b29a17e26
@ -465,6 +465,7 @@ ErrorExit:
|
|||||||
if (Instance->Handle != NULL) {
|
if (Instance->Handle != NULL) {
|
||||||
|
|
||||||
gBS->UninstallMultipleProtocolInterfaces (
|
gBS->UninstallMultipleProtocolInterfaces (
|
||||||
|
Instance->Handle,
|
||||||
&gEfiManagedNetworkProtocolGuid,
|
&gEfiManagedNetworkProtocolGuid,
|
||||||
&Instance->ManagedNetwork,
|
&Instance->ManagedNetwork,
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user