Freeing DLLs

Explicitly-loaded DLLs may be freed with a dllfree() request. This request is optional because the DLLs are automatically deleted by the run-time library at enclave termination.

Implicitly-loaded DLLs cannot be deleted from the DLL application code. They are deleted by the run-time library at enclave termination.