Imported Upstream version 0.9.40
[platform/upstream/harfbuzz.git] / src / hb-buffer-deserialize-json.rl
index 7351b2a..91b350f 100644 (file)
@@ -117,8 +117,8 @@ _hb_buffer_deserialize_glyphs_json (hb_buffer_t *buffer,
 
   const char *tok = NULL;
   int cs;
-  hb_glyph_info_t info;
-  hb_glyph_position_t pos;
+  hb_glyph_info_t info = {0};
+  hb_glyph_position_t pos = {0};
   %%{
     write init;
     write exec;