
10 May
2019
10 May
'19
1:11 p.m.
On Mon, May 06, 2019 at 03:18:54PM +0200, Christian Gmeiner wrote:
malloc(..) and memalign(..) are both allocating memory and as a result we leak the memory allocated with malloc(..).
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom