Fix initialisation of temp variable in new FT_MulAddFix src/truetype/ttgxvar.c (FT_MulAddFix): Initialise `temp`.
diff --git a/src/base/ftcalc.c b/src/base/ftcalc.c
index 0f1395d..34170a5 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