commit | fd30be5f4147df49f3b67b55c6248d082762b230 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 21 21:10:25 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Feb 22 14:41:02 2016 +0100 |
tree | e8f970f7317cdd0108af94e2d74fc425f50ee224 | |
parent | 844e18fb7ab3e60ec7c67e4f19949f0cdcdc5556 [diff] |
video: truetype: Fix a memory leak on error When the resolution is not supported we should free the memory we don't plan to use. Reported-by: Coverity (CID: 135127) Signed-off-by: Simon Glass <sjg@chromium.org>