commit | 7e572cf69d3e1756ee79ca29cee5bbb317f35f6b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 01 20:54:32 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 01 22:40:24 2019 +0200 |
tree | d8817150151d0d2700e2bd22727685b10e671682 | |
parent | b4863baa68dd589092a9823f8c0bc513c24dc3a3 [diff] |
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>