diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2019-05-06 15:18:54 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-09 19:52:55 -0400 |
commit | 28b4ba94811122d7a91924f62d63d8b25bfa979c (patch) | |
tree | f800895abe54e8fdd9b3492b53181e7e7c026f58 /drivers/tee | |
parent | 3a90b50a32b6b8a2d66dc10c19e3c15d5bd1a092 (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>
Diffstat (limited to 'drivers/tee')
0 files changed, 0 insertions, 0 deletions