From ed325860164b66a832a93da724aeb3c00eb63bba Mon Sep 17 00:00:00 2001 From: "dkegel@google.com" Date: Thu, 6 Aug 2009 01:31:00 +0000 Subject: Suppress yet another fontconfig leak TBR=agl BUG=18590 TEST=watch ui valgrind bots for a week Review URL: http://codereview.chromium.org/165027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22572 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index d0a199b..47f9529 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -67,6 +67,21 @@ fun:FcPatternObjectAddWithBinding } { + bug_18590 + Memcheck:Leak + fun:malloc + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigValues + fun:FcConfigSubstituteWithPat + fun:FcConfigSubstitute +} +{ dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug Memcheck:Value4 ... -- cgit v1.1