shithub: freetype+ttf2subf

Download patch

ref: 1d28f697d24207bc3a95ed2a12c43ff66ef6a7b2
parent: d949a3db5809e9ad258a5933a606d1ae9ff0c25a
author: Werner Lemberg <[email protected]>
date: Tue Nov 29 13:45:22 EST 2016

[smooth] Revert previous commit.  Already fixed with 6ca54c64.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-11-29  Werner Lemberg  <[email protected]>
 
+	[smooth] Revert previous commit.  Already fixed with 6ca54c64.
+
+2016-11-29  Werner Lemberg  <[email protected]>
+
 	[smooth] Avoid conditional jump on uninitialized value (#49711).
 
 	* src/smooth/ftgrays.c (gray_raster_render): Initialize `worker'.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1870,8 +1870,6 @@
            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 )