summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-08 23:00:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-08 23:00:54 -0400
commit226d1a898a73de3a0fc09247c83dceac7b5c8786 (patch)
tree168a4f90dedd8a3576897fbeda834efc3251edeb /tests/testboundaries_ucd.c
parent4ead5d2a2346c77a3dbc5e8d75221fa28e88f4e5 (diff)
downloadpango-226d1a898a73de3a0fc09247c83dceac7b5c8786.tar.gz
Fix a few memory leaks in tests
These were pointed out by asan.
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r--tests/testboundaries_ucd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index f77abdcd..18ab94cc 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -298,6 +298,7 @@ do_test (const gchar *filename,
}
g_free (string);
g_free (expected_attrs);
+ g_free (line);
i++;
}