summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-20 02:43:43 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-20 02:43:43 +0000
commit59074f13f87f09f493b0534da302f915a3f67a8f (patch)
tree36bd01f6d0b4416780f94591557e559799d630f7 /tests/testboundaries_ucd.c
parent0fe5b634963ca320485549f095683be3b3750168 (diff)
parentb538d911d726ea72523413b75b864b52993fa178 (diff)
downloadpango-59074f13f87f09f493b0534da302f915a3f67a8f.tar.gz
Merge branch 'lsan_slice' into 'master'
Force malloc of g_slices in asan build See merge request GNOME/pango!262
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 18ab94cc..0cd301f7 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -233,6 +233,7 @@ do_test (const gchar *filename,
if (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT))
{
g_test_skip ("Test file not found");
+ g_error_free (error);
return;
}