XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 3fee69cbdf - Show all commits

View File

@ -520,8 +520,9 @@ BlpReadConfigFile(IN CONST PWCHAR ConfigDirectory,
return Status; return Status;
} }
/* Read configuration file */ /* Read configuration file and close directory */
Status = BlReadFile(DirHandle, ConfigFile, (PVOID *)ConfigData, &FileSize); Status = BlReadFile(DirHandle, ConfigFile, (PVOID *)ConfigData, &FileSize);
DirHandle->Close(DirHandle);
/* Close EFI volume */ /* Close EFI volume */
BlCloseVolume(DiskHandle); BlCloseVolume(DiskHandle);