From 35ec5747ca5eb8a63ec334d61eb13357b4aa3802 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 1 Jul 2006 00:38:06 +0200 Subject: [PATCH] Add yet another XrmGetStringDatabase valgrind suppression. --- test/.valgrind-suppressions | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions index 3ffcd8139..ffd4a6bd9 100644 --- a/test/.valgrind-suppressions +++ b/test/.valgrind-suppressions @@ -230,6 +230,21 @@ fun:NewDatabase fun:XrmGetStringDatabase } +{ + XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around + Memcheck:Leak + fun:malloc + fun:_XlcSetConverter + fun:_XlcInitCTInfo + fun:initialize + fun:initialize + fun:_XlcCreateLC + fun:_XlcUtf8Loader + fun:_XOpenLC + fun:_XrmInitParseInfo + fun:NewDatabase + fun:XrmGetStringDatabase +} { pthread initialization seems to leave some memory possibly lost Memcheck:Leak