commit | 422f673ecf466d4c502902793e8970a3e0521f7c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 12 12:55:32 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jul 16 22:17:15 2019 +0000 |
tree | 6abbed5682c15d20934eac0c655b0e195f2b3ab6 | |
parent | d680e9a4c0007099924cc34d11467edc7bbc44bc [diff] |
efi_selftest: do not call CloseEvent() after ExitBootServices() Boot services are not available after calling ExitBootServices(). So we should not try to close an event here. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>