Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10451102: fix a memory leak and add a suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 75fae343027a632e6ef4815c7c8b576df8f9f850..977c7ca665909a2c3ff7fcf4cce7f1a5703e1c0e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1678,18 +1678,12 @@
fun:net::KeygenHandler::GenKeyAndSignChallenge
}
{
- bug_114979_a
+ bug_114979
Heapcheck:Leak
...
fun:BookmarkBarGtkUnittest::SetUp
}
{
- bug_114979_b
- Heapcheck:Leak
- ...
- fun:BookmarkBarGtkUnittest_HidesHelpMessageWithBookmark_Test::TestBody
-}
-{
bug_114980
Heapcheck:Leak
...
@@ -1876,3 +1870,15 @@
fun:::OneClickSigninHelperTest::CreateMockWebContents
fun:OneClickSigninHelperTest_*
}
+{
+ bug_130640_a
+ Heapcheck:Leak
+ ...
+ fun:GtkThemeService::GetFolderIcon
+}
+{
+ bug_130640_b
+ Heapcheck:Leak
+ ...
+ fun:GtkThemeService::GetDefaultFavicon
+}
« no previous file with comments | « chrome/browser/ui/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698