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 )