commit | e3bca2a0a111fba06a73d5c4f75a8100d3c46648 | [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 | 53f26b9ca36d6a5122676b6988046a5d2f5487c2 [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>