summaryrefslogtreecommitdiff
path: root/src/truetype/ttgxvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttgxvar.c')
-rw-r--r--src/truetype/ttgxvar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 55861c587..0478c3288 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -1005,7 +1005,7 @@
FT_ItemVarDelta* deltaSet;
FT_UInt master, j;
- FT_Fixed* scalars;
+ FT_Fixed* scalars = NULL;
FT_ItemVarDelta returnValue;
@@ -1983,7 +1983,7 @@
FT_Var_Axis* a;
GX_AVarSegment av;
- FT_Fixed* new_normalized;
+ FT_Fixed* new_normalized = NULL;
FT_Fixed* old_normalized;