[smooth] Revert previous commit. Already fixed with 6ca54c64
.
This commit is contained in:
parent
d949a3db58
commit
1d28f697d2
|
@ -1,3 +1,7 @@
|
|||
2016-11-29 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[smooth] Revert previous commit. Already fixed with 6ca54c64.
|
||||
|
||||
2016-11-29 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[smooth] Avoid conditional jump on uninitialized value (#49711).
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue