From aeb407daf3711a10a27f3bc2223c5eb05158076e Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 17 Aug 2011 18:21:28 +0200 Subject: Update to FreeType 2.4.6+ This patch updates our copy of the FreeType sources to 2.4.6+. More precisely, it contains source code corresponding to the state of the upstream repository at the following hash submitted on August 16 2001: c3fb981e2ac79acad09d5673352646696472f55e This corresponds to 2.4.6 with 7 more patches applied on top of it to fix bugs in the TrueType interpreter and the CFF parser. Change-Id: I9f3ac736d616020c8d10fd1d4e4be466f35fb6e7 --- src/base/ftbitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/ftbitmap.c') diff --git a/src/base/ftbitmap.c b/src/base/ftbitmap.c index 46fcce6..22ec337 100644 --- a/src/base/ftbitmap.c +++ b/src/base/ftbitmap.c @@ -105,7 +105,7 @@ int new_pitch; FT_UInt bpp; FT_Int i, width, height; - unsigned char* buffer; + unsigned char* buffer = NULL; width = bitmap->width; -- cgit v1.2.3