commit | 66aca966cb68fadc8a5c50b78f4c0ddf3c46dcd4 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Mon May 06 15:18:54 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 09 19:52:55 2019 -0400 |
tree | f800895abe54e8fdd9b3492b53181e7e7c026f58 | |
parent | 331b30f27bbeeec7604b77bf3ae792a90fab336f [diff] |
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>