1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-20 17:41:12 +02:00
Files
u-boot-megous/arch/sandbox
Heinrich Schuchardt 04d0da5157 sandbox: avoid memory leak in os_dirent_ls
Realloc does not free the old memory area if it fails.

Identified by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-10-08 20:41:09 -06:00
..