]> git.baikalelectronics.ru Git - uboot.git/commit
ata: ahci: fix memory leak
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Mon, 6 May 2019 13:18:54 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 9 May 2019 23:52:55 +0000 (19:52 -0400)
commit9f04a3be2dd3a82c2409a499eb0db54423f45eb5
treef800895abe54e8fdd9b3492b53181e7e7c026f58
parent85147e44e383602521e76382040d872b0dd04436
ata: ahci: fix memory leak

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>
drivers/ata/ahci.c