summaryrefslogtreecommitdiff
path: root/kjarna/efi/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'kjarna/efi/runtime.c')
-rw-r--r--kjarna/efi/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kjarna/efi/runtime.c b/kjarna/efi/runtime.c
index 5f2e7e1..d9be2df 100644
--- a/kjarna/efi/runtime.c
+++ b/kjarna/efi/runtime.c
@@ -124,6 +124,7 @@ static struct runtime_buffer load_runtime(void)
buffer.base = nullptr;
}
+ efi_close(runtime_fd);
efi_free_pool(phdrs);
return buffer;