aboutsummaryrefslogtreecommitdiff
path: root/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind.supp')
-rw-r--r--valgrind.supp13
1 files changed, 10 insertions, 3 deletions
diff --git a/valgrind.supp b/valgrind.supp
index 5be2434..b256691 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -2,9 +2,7 @@
{
fontconfig_pango_leaks
Memcheck:Leak
- fun:*alloc
- ...
- obj:*fontconfig*
+ fun:*alloc*
...
obj:*pango*
...
@@ -28,3 +26,12 @@
fun:cairo_xcb_surface_create
...
}
+
+# Just why
+{
+ another_cairo_leak
+ Memcheck:Leak
+ ...
+ fun:pango_cairo_font_map_get_default
+ ...
+}