From: Tobias Oetiker Date: Wed, 17 Jan 2018 08:46:38 +0000 (+0100) Subject: exclude pango fontmap cache X-Git-Tag: v1.7.1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3eda92a19905984c44b1137cd1d77f2fd38ac44;p=thirdparty%2Frrdtool-1.x.git exclude pango fontmap cache --- diff --git a/tests/valgrind-supressions b/tests/valgrind-supressions index bd90849b..c4930d42 100644 --- a/tests/valgrind-supressions +++ b/tests/valgrind-supressions @@ -37,3 +37,23 @@ fun:_dl_init ... } +{ + gobject_early_calloc + Memcheck:Leak + fun:calloc + fun:g_malloc0 + ... + obj:*/libgobject-* + ... + fun:_dl_init + ... +} +{ + fontmap_cache + Memcheck:Leak + fun:calloc + ... + fun:pango_font_map_create_context + fun:rrd_graph_init + ... +}