From 1d28f697d24207bc3a95ed2a12c43ff66ef6a7b2 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 29 Nov 2016 18:45:22 +0100 Subject: [PATCH] [smooth] Revert previous commit. Already fixed with 6ca54c64. --- ChangeLog | 4 ++++ src/smooth/ftgrays.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 033dee272..e8324e34f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-29 Werner Lemberg + + [smooth] Revert previous commit. Already fixed with 6ca54c64. + 2016-11-29 Werner Lemberg [smooth] Avoid conditional jump on uninitialized value (#49711). diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index ccfd6033a..97d88f10c 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -1870,8 +1870,6 @@ typedef ptrdiff_t FT_PtrDist; outline->contours[outline->n_contours - 1] + 1 ) return FT_THROW( Invalid_Outline ); - FT_ZERO( worker ); - ras.outline = *outline; if ( params->flags & FT_RASTER_FLAG_DIRECT )