mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[syslinux] fix non release of the volume handle with NTFS
* Closes #904
This commit is contained in:
parent
2f81e4f177
commit
136fd7a37e
3 changed files with 12 additions and 9 deletions
|
@ -89,7 +89,7 @@ BOOL InstallSyslinux(DWORD drive_index, char drive_letter, int fs_type)
|
|||
HANDLE f_handle = INVALID_HANDLE_VALUE;
|
||||
HANDLE d_handle = INVALID_HANDLE_VALUE;
|
||||
DWORD bytes_read, bytes_written, err;
|
||||
S_NTFSSECT_VOLINFO vol_info;
|
||||
S_NTFSSECT_VOLINFO vol_info = { 0 };
|
||||
LARGE_INTEGER vcn, lba, len;
|
||||
S_NTFSSECT_EXTENT extent;
|
||||
BOOL r = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue