summaryrefslogtreecommitdiff
path: root/test/.valgrind-suppressions
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-03-02 11:29:40 -0800
committerCarl Worth <cworth@cworth.org>2007-03-02 11:29:40 -0800
commit7d6e21c7e298e1795f36fdf021d61ef4ed0ca0fa (patch)
treea670ba25940f74cf83664a1c35168f3864cfabfc /test/.valgrind-suppressions
parente054314e5ec1f3fbdc97ed2175dd3d26d7581a5f (diff)
downloadcairo-7d6e21c7e298e1795f36fdf021d61ef4ed0ca0fa.tar.gz
Add even more XrmGetFileDatabase leaks to the valgrind suppressions file
Diffstat (limited to 'test/.valgrind-suppressions')
-rw-r--r--test/.valgrind-suppressions24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions
index 910dd5910..cd3a086c8 100644
--- a/test/.valgrind-suppressions
+++ b/test/.valgrind-suppressions
@@ -477,3 +477,27 @@
fun:NewDatabase
fun:XrmGetFileDatabase
}
+{
+ XrmGetFileDatabase is fairly obnoxious about leaving reachable memory around
+ Memcheck:Leak
+ fun:malloc
+ fun:_XlcSetConverter
+ fun:_XlcDefaultLoader
+ fun:_XOpenLC
+ fun:_XrmInitParseInfo
+ fun:NewDatabase
+ fun:XrmGetFileDatabase
+}
+{
+ XrmGetFileDatabase is fairly obnoxious about leaving reachable memory around
+ Memcheck:Leak
+ fun:malloc
+ fun:_XlcSetConverter
+ fun:_XlcAddUtf8Converters
+ fun:_XlcDefaultLoader
+ fun:_XOpenLC
+ fun:_XrmInitParseInfo
+ fun:NewDatabase
+ fun:XrmGetFileDatabase
+}
+