summaryrefslogtreecommitdiff
path: root/test/.valgrind-suppressions
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-30 23:06:56 +0200
committerCarl Worth <cworth@cworth.org>2006-06-30 23:06:56 +0200
commitf6b10a6aabb121e1a4ca092ca175aad39b3c828d (patch)
treebf1050925893ad2b14f06355fb3e3d23a0d15711 /test/.valgrind-suppressions
parentc6c943f3cfefa535e6c2da6adcac15507a8f0952 (diff)
downloadcairo-f6b10a6aabb121e1a4ca092ca175aad39b3c828d.tar.gz
Add another suppression due to mysterious occurences in libc
Diffstat (limited to 'test/.valgrind-suppressions')
-rw-r--r--test/.valgrind-suppressions10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions
index 0f90a7e7d..51e12f4d7 100644
--- a/test/.valgrind-suppressions
+++ b/test/.valgrind-suppressions
@@ -78,3 +78,13 @@
fun:cairo_show_text
fun:draw
}
+{
+ XXX: I have no idea what might be causing this
+ Memcheck:Free
+ fun:free
+ fun:free_mem
+ fun:__libc_freeres
+ fun:_vgw_freeres
+ fun:exit
+ fun:__libc_start_main
+}