Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | uboot-oxnas: fix memory leak in tool mkox820crc | Andrea Dalla Costa | 2020-01-15 |
| | | | | | | | | 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> | ||
* | uboot-oxnas: switch to u-boot.mk | Felix Fietkau | 2017-01-24 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |