mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[iso] enable extra libcdio debugging with Alt-.
* Also fix 2 memory leaks
This commit is contained in:
parent
bcca9144b7
commit
4bf69215bf
4 changed files with 11 additions and 14 deletions
|
@ -977,7 +977,7 @@ static BOOL WriteSBR(HANDLE hPhysicalDrive)
|
|||
|
||||
r = write_data(fp, br_size, buf, (uint64_t)size);
|
||||
safe_free(grub2_buf);
|
||||
if (sub_type == BT_NON_BOOTABLE)
|
||||
if (sub_type == BT_MAX)
|
||||
safe_free(buf);
|
||||
return (r != 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue