summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSzunti <Szunti@users.noreply.github.com>2020-12-27 00:44:14 +0100
committerSzunti <Szunti@users.noreply.github.com>2021-01-16 16:07:19 +0100
commit7555012e7dbba9f3d6ecede432126508fbf0582f (patch)
tree51af13fb9dead388dd4d959c973aaf5cc3e811e2 /utils
parentfb7eda6ed6ca6f8c6f8e4140374c5e980c00e5aa (diff)
downloadpango-7555012e7dbba9f3d6ecede432126508fbf0582f.tar.gz
Fix leaks found by asan
Diffstat (limited to 'utils')
-rw-r--r--utils/pango-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/pango-list.c b/utils/pango-list.c
index 3d360975..6e81fd6e 100644
--- a/utils/pango-list.c
+++ b/utils/pango-list.c
@@ -200,6 +200,7 @@ main (int argc,
g_free (faces);
}
g_free (families);
+ g_object_unref (ctx);
g_object_unref (fontmap);
return 0;