From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2016 14:43:33 +0100 Subject: [U-Boot] [PATCH 1/2] video: truetype: Fix a memory leak on error In-Reply-To: <1456114226-5784-1-git-send-email-sjg@chromium.org> References: <1456114226-5784-1-git-send-email-sjg@chromium.org> Message-ID: <20160222144333.181e1076@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Sun, 21 Feb 2016 21:10:25 -0700 Simon Glass sjg at chromium.org wrote: > 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 > --- > > drivers/video/console_truetype.c | 1 + appied to u-boot-video/master, thanks1 -- Anatolij