]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
exclude pango fontmap cache
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 17 Jan 2018 08:46:38 +0000 (09:46 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 17 Jan 2018 08:46:38 +0000 (09:46 +0100)
tests/valgrind-supressions

index bd90849b1aa28d979fd16e011a119205d7ace02c..c4930d427693b294b9818002acfccac15e4bdb89 100644 (file)
     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
+    ...
+}