summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Röttsches <drott@chromium.org>2022-06-30 10:55:50 +0300
committerDominik Röttsches <drott@chromium.org>2022-06-30 10:55:50 +0300
commit0607e0e959e9bf47796afe31c16569f046609dfd (patch)
tree53a4bd1edeb740d41410df2cf8c07d65c19bf101
parentdece9535164696777c1ae0000b399c470c306d6d (diff)
downloadfreetype2-0607e0e959e9bf47796afe31c16569f046609dfd.tar.gz
Fix initialisation of temp variable in new FT_MulAddFix
src/truetype/ttgxvar.c (FT_MulAddFix): Initialise `temp`.
-rw-r--r--src/base/ftcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ftcalc.c b/src/base/ftcalc.c
index 0f1395d08..34170a582 100644
--- a/src/base/ftcalc.c
+++ b/src/base/ftcalc.c
@@ -1091,7 +1091,7 @@
FT_UInt count )
{
FT_UInt i;
- FT_Int64 temp;
+ FT_Int64 temp = 0;
#ifdef FT_INT64