src/hb-common.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Fri Feb 12 12:50:17 2016 +0700

    Minor

diff --git a/src/hb-common.cc b/src/hb-common.cc
index e091190..140ee0a 100644
--- a/src/hb-common.cc
+++ b/src/hb-common.cc
@@ -540,7 +540,7 @@ hb_user_data_array_t::set (hb_user_data_key_t *key,
 void *
 hb_user_data_array_t::get (hb_user_data_key_t *key)
 {
-  hb_user_data_item_t item = {NULL };
+  hb_user_data_item_t item = {NULL, NULL, NULL};
 
   return items.find (key, &item, lock) ? item.data : NULL;
 }
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to