From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2016 14:44:01 +0100 Subject: [U-Boot] [PATCH 2/2] video: freetype: Fix a memory leak with a bad parameter In-Reply-To: <1456114226-5784-2-git-send-email-sjg@chromium.org> References: <1456114226-5784-1-git-send-email-sjg@chromium.org> <1456114226-5784-2-git-send-email-sjg@chromium.org> Message-ID: <20160222144401.5b46d825@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 21 Feb 2016 21:10:26 -0700 Simon Glass sjg at chromium.org wrote: > Make sure to free memory used when the scale facture is incorrect. > > Reported-by: Coverity (CID: 24068) > Signed-off-by: Simon Glass > --- > > drivers/video/stb_truetype.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) appied to u-boot-video/master, thanks1 -- Anatolij