From 00605aedc8d9c1c4c04be940c00e7b4c8ebc87b7 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 15 Jul 2019 18:22:36 +0200 Subject: [PATCH] Fixed incorrect patch. --- MagickCore/annotate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c index e43d069a2..b995cdb28 100644 --- a/MagickCore/annotate.c +++ b/MagickCore/annotate.c @@ -1621,8 +1621,6 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info, } FT_Vector_Transform(&glyph.origin,&affine); (void) FT_Glyph_Transform(glyph.image,&affine,&glyph.origin); - FT_Done_Glyph(glyph.image); - glyph.image=(FT_Glyph) NULL; ft_status=FT_Glyph_To_Bitmap(&glyph.image,ft_render_mode_normal, (FT_Vector *) NULL,MagickTrue); if (ft_status != 0) -- 2.40.0