[FREETYPE] Fixed memleak in StrokedImageCache.

This commit is contained in:
rachytski 2011-11-25 00:19:53 +04:00 committed by Alex Zolotarev
parent e9c0ebeb43
commit cfbe2459ab

View file

@ -140,7 +140,7 @@ ftc_stroked_family_load_glyph( FTC_Family ftcfamily,
if (error)
goto Exit;
error = FT_Glyph_Stroke(&glyph, family->attrs.stroker, 0);
error = FT_Glyph_Stroke(&glyph, family->attrs.stroker, 1);
if (error)
goto Exit;