You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dalla Costa 5adca1cf2a uboot-oxnas: fix memory leak in tool mkox820crc
In function `main` add calls to `free` for the variable `executable`.
This is needed because the variable `executable` is allocated but
never freed. This cause a memory leak.

Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
4 years ago
..
arch/arm uboot-oxnas: switch to u-boot.mk 7 years ago
board/ox820 uboot-oxnas: remove unnecessary execute permission bit 5 years ago
common uboot-oxnas: switch to u-boot.mk 7 years ago
configs uboot-oxnas: switch to u-boot.mk 7 years ago
drivers uboot-oxnas: switch to u-boot.mk 7 years ago
include/configs uboot-oxnas: fix typo accidentally committed during oxnas reboot 6 years ago
tools uboot-oxnas: fix memory leak in tool mkox820crc 4 years ago