summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <pwu@redhat.com>2021-10-12 09:54:44 +0800
committerPeng Wu <pwu@redhat.com>2021-10-12 09:54:44 +0800
commit604425dd784e6dbd91b985a3aa138154ef15cd14 (patch)
treea17b178a6b54c836dbe7f0e49f0d6165d1985cf0 /tests
parent0fe496f74c1a55f7b4335bf582d59e6f7df7e2d0 (diff)
downloadpango-604425dd784e6dbd91b985a3aa138154ef15cd14.tar.gz
Update Line Break to Unicode 14
Diffstat (limited to 'tests')
-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))