osolo5-elftool: close file

This commit is contained in:
Reynir Björnsson 2025-01-30 12:43:16 +01:00
parent 7bef25f19f
commit bf003875b9

View file

@ -9,6 +9,7 @@ let map_binary file =
in
Bigarray.array1_of_genarray barr
in
at_exit (fun () -> Unix.close fd);
Cachet.make ~map ()
let query_manifest file =