ocaml / flexdll

a dlopen-like API for Windows
Other
97 stars 30 forks source link

Remove the `Lazy` infrastructure from `Coff` #103

Closed dra27 closed 1 year ago

dra27 commented 1 year ago

It hasn't been being used for 15 years, but Lib.read still left the channel open to allow for it. This meant that objects created by flexdll (from compiling a C file passed on the command line) would not be deleted on completion.