v1.4.12 (build 535)

* Also address a memory leak in fix_syslinux()
This commit is contained in:
Pete Batard 2014-11-09 19:55:17 +00:00
parent 0ed4a813ed
commit c6fee8709e
3 changed files with 8 additions and 7 deletions

View file

@ -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