commit | 120ff7ba68df265a8b96c5c6131b579ce722a7a5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 02 20:02:32 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 04 22:09:26 2019 +0200 |
tree | 6ca13fa4f6bc980b3314cb71dfde99d67e19d2da | |
parent | 25e6fb5e93194d84c4b93fb3ab9d93d2157923dd [diff] |
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>