X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=lib%2F3rdparty%2Ffreetype%2Fsrc%2Fbase%2Fftglyph.c;h=b22050800b7c07e2db0c44fc5716697f73755d6e;hp=3505d6dde9a173fe8e884eaab356a3990d311b70;hb=b726d7355f0aa394852fa8c56e59cfc9bbc4293c;hpb=912ce51ae6ce3c5a227eac4e40b0ab092dc3a534 diff --git a/lib/3rdparty/freetype/src/base/ftglyph.c b/lib/3rdparty/freetype/src/base/ftglyph.c index 3505d6dde9a..b22050800b7 100644 --- a/lib/3rdparty/freetype/src/base/ftglyph.c +++ b/lib/3rdparty/freetype/src/base/ftglyph.c @@ -4,7 +4,7 @@ /* */ /* FreeType convenience functions to handle glyphs (body). */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2007, 2008 by */ +/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -282,7 +282,7 @@ { FT_Memory memory = library->memory; FT_Error error; - FT_Glyph glyph; + FT_Glyph glyph = NULL; *aglyph = 0;