
6 May
2019
6 May
'19
7:06 p.m.
On Mon, 6 May 2019 at 07:18, Christian Gmeiner christian.gmeiner@gmail.com 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
drivers/ata/ahci.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org