summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 01:31:23 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 01:31:23 +0000
commitfd0a6a3a75d7c71e7ad791e09682879ecfea108d (patch)
treece20b7fbefe355b08cf5d3b15fa7e0959d715231 /tools
parentf7483f5eb74c4cdc3c55ad3790f4e5fd8b5687af (diff)
downloadchromium_src-fd0a6a3a75d7c71e7ad791e09682879ecfea108d.zip
chromium_src-fd0a6a3a75d7c71e7ad791e09682879ecfea108d.tar.gz
chromium_src-fd0a6a3a75d7c71e7ad791e09682879ecfea108d.tar.bz2
Suppresses leaks in SkBitmap::allocPixles().
This change suppresses leaks in SkBitmap::allocPixels(), which may be caused by the Skia roll r136308 <http://crbug.com/136308>. TBR=eugenis,reed BUG=127717 TEST=make the "Linux Heapcheck" bot greener. Review URL: https://chromiumcodereview.appspot.com/10356121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index f55e99f..d12b0e9 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1858,3 +1858,11 @@
fun:BrowserThemePack::BuildFromExtension
fun:BrowserThemePackTest_CanBuildAndReadPack_Test::TestBody
}
+{
+ bug_127717
+ Heapcheck:Leak
+ ...
+ fun:SkBitmap::HeapAllocator::allocPixelRef
+ fun:SkBitmap::allocPixels
+ fun:SkBitmap::allocPixels
+}