efi_loader: close protocols in UnloadImage()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 2 Jun 2019 18:02:32 +0000 (20:02 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 4 Jun 2019 20:09:26 +0000 (22:09 +0200)
commit120ff7ba68df265a8b96c5c6131b579ce722a7a5
tree6ca13fa4f6bc980b3314cb71dfde99d67e19d2da
parent25e6fb5e93194d84c4b93fb3ab9d93d2157923dd
efi_loader: close protocols in UnloadImage()

When UnloadImage() is called all protocols opened by the image have to be
closed.

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