efi_loader: CloseProtocol() fix open protocol information
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 18:54:32 +0000 (20:54 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 20:40:24 +0000 (22:40 +0200)
commit7e572cf69d3e1756ee79ca29cee5bbb317f35f6b
treed8817150151d0d2700e2bd22727685b10e671682
parentb4863baa68dd589092a9823f8c0bc513c24dc3a3
efi_loader: CloseProtocol() fix open protocol information

CloseProtocol() must delete all open protocol information records relating
to import parameters not only one.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c