Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uboot-oxnas: fix memory leak in tool mkox820crc | Andrea Dalla Costa | 2020-01-15 | 1 | -0/+3 |
| | | | | | | | | 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 | 1 | -0/+123 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |