diff options
author | Szunti <Szunti@users.noreply.github.com> | 2020-12-27 00:44:14 +0100 |
---|---|---|
committer | Szunti <Szunti@users.noreply.github.com> | 2021-01-16 16:07:19 +0100 |
commit | 7555012e7dbba9f3d6ecede432126508fbf0582f (patch) | |
tree | 51af13fb9dead388dd4d959c973aaf5cc3e811e2 /tests/testboundaries_ucd.c | |
parent | fb7eda6ed6ca6f8c6f8e4140374c5e980c00e5aa (diff) | |
download | pango-7555012e7dbba9f3d6ecede432126508fbf0582f.tar.gz |
Fix leaks found by asan
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r-- | tests/testboundaries_ucd.c | 1 |
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; } |