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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 12210146: suppress memory leak from GtkThemeService::GtkThemeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | 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 0d50e28416022b124cd4df773c4b66be13af1dc9..adcc03c0bc11df2372e27abc969056fcbbbb7a42 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1790,3 +1790,18 @@
fun:::StartExplicitSync
fun:OneClickSigninHelper::DidStopLoading
}
+{
+ bug_175744
+ Heapcheck:Leak
+ ...
+ fun:GtkThemeService::GtkThemeService
+ fun:ThemeServiceFactory::BuildServiceInstanceFor
+ fun:ProfileKeyedServiceFactory::GetServiceForProfile
+ fun:ProfileKeyedServiceFactory::CreateServiceNow
+ fun:ProfileDependencyManager::CreateProfileServices
+ fun:TestingProfile::Init
+ fun:TestingProfile::TestingProfile
+ fun:OAuth2RevocationFetcherTest::OAuth2RevocationFetcherTest
Joe Thomas 2013/02/12 17:51:37 Is the leak happening only with OAuth2RevocationFe
+ fun:OAuth2RevocationFetcherTest_RequestFailure_Test::OAuth2RevocationFetcherTest_RequestFailure_Test
+ fun:testing::internal::TestFactoryImpl::CreateTest
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698