summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-20 10:52:26 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-10-20 10:52:26 +0000
commit5820cc12cb9f05b90149c7236166e588b5bda2bc (patch)
tree383447d901784f29841f7b481e5b7b0d9fd5e497 /tests/testboundaries_ucd.c
parent20967565edabb728b3826ff1501a8081d6e322ad (diff)
parentfb51fdc13b56502376fb8604fa3fa8328e77f3f7 (diff)
downloadpango-5820cc12cb9f05b90149c7236166e588b5bda2bc.tar.gz
Merge branch 'unicode14' into 'main'
Update Line Break to Unicode 14 See merge request GNOME/pango!480
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r--tests/testboundaries_ucd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index d9f08a57..8abf0b7a 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -273,7 +273,7 @@ do_test (const gchar *filename,
if (num_attrs > 0)
{
- PangoLogAttr *attrs = g_new (PangoLogAttr, num_attrs);
+ PangoLogAttr *attrs = g_new0 (PangoLogAttr, num_attrs);
pango_get_log_attrs (string, -1, 0, pango_language_from_string ("C"), attrs, num_attrs);
if (! attrs_equal (attrs, expected_attrs, num_attrs, bits))