summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 02:31:58 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 02:31:58 +0000
commit576d7890bed1717e3b7f05d9527e7a7659c7e000 (patch)
tree6d0d4f2677f4fcb1371a93376089ada71dfec280 /tools/heapcheck
parentd73545f4f8b2a7c6673da4b58591db5be775a4bd (diff)
downloadchromium_src-576d7890bed1717e3b7f05d9527e7a7659c7e000.zip
chromium_src-576d7890bed1717e3b7f05d9527e7a7659c7e000.tar.gz
chromium_src-576d7890bed1717e3b7f05d9527e7a7659c7e000.tar.bz2
Linux: Fix some GdkPixbuf leaks.
Also expand some documentation for functions that returned a GdkPixbuf about who owns the reference BUG=38895 TEST=manual test that nothing is broken, will watch bot for leak results Review URL: http://codereview.chromium.org/1075014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 6150b89..080bd7a 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -220,10 +220,3 @@
fun:ProfileSyncFactoryImpl::CreateProfileSyncService
fun:TestingProfile::CreateProfileSyncService
}
-
-{
- bug_38895
- Heapcheck:Leak
- fun:gfx::GdkPixbufFromSkBitmap
- fun:KeywordEditorView::SetColumnValues
-}