From 356f93b64b6005f44bcfc329f6f9e150ec32fc26 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 9 Aug 2017 22:06:53 -0700 Subject: [PATCH] [util] Fix warning --- util/shape-consumer.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/shape-consumer.hh b/util/shape-consumer.hh index 784924284..cfab4497f 100644 --- a/util/shape-consumer.hh +++ b/util/shape-consumer.hh @@ -37,7 +37,8 @@ struct shape_consumer_t : failed (false), shaper (parser), output (parser), - font (NULL) {} + font (NULL), + buffer (NULL) {} void init (hb_buffer_t *buffer_, const font_options_t *font_opts)