[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Feb 12 05:50:26 UTC 2016


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

New commits:
commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
Author: Behdad Esfahbod <behdad at 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;
 }


More information about the HarfBuzz mailing list