From caa741b74149e494d1409d1b147f99cd42eab228 Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Fri, 23 Apr 2010 07:58:18 +0000 Subject: Suppresses a leak in IconLoader::ParseIcon() TBR=estade,jhawkins,sergeyu,thestig BUG=42389 TEST=make the "Linux Tests (valgrind)(2)" bot green. Review URL: http://codereview.chromium.org/1756011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45425 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 6a554be..45166e2 100755 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2627,3 +2627,12 @@ fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails fun:_ZN14ThreadNotifier10NotifyTaskE16NotificationTypeRK19NotificationDetails } +{ + bug_42389 + Memcheck:Leak + fun:malloc + fun:g_malloc + ... + fun:gdk_pixbuf_loader_write + fun:_ZN10IconLoader9ParseIconEv +} -- cgit v1.1