mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
v1.4.12 (build 535)
* Also address a memory leak in fix_syslinux()
This commit is contained in:
parent
0ed4a813ed
commit
c6fee8709e
3 changed files with 8 additions and 7 deletions
|
@ -228,6 +228,7 @@ static void fix_syslinux(const char* psz_fullpath, const char* psz_path, const c
|
|||
uprintf("Duplicated %s to %s\n", src, dst);
|
||||
free(dst);
|
||||
}
|
||||
free(src);
|
||||
}
|
||||
|
||||
// Returns 0 on success, nonzero on error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue