summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 18:30:38 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 18:30:38 +0000
commit2b67f93ce2bccaa23e363efa949839e631e070cd (patch)
tree0cbaa6287de28740f79436f2857da745fe63a034
parent572ee26e31a0b56806220a6e04d7047d745da1be (diff)
downloadchromium_src-2b67f93ce2bccaa23e363efa949839e631e070cd.zip
chromium_src-2b67f93ce2bccaa23e363efa949839e631e070cd.tar.gz
chromium_src-2b67f93ce2bccaa23e363efa949839e631e070cd.tar.bz2
Suppress leaks in ProfileSyncService/SigninManager initialization
TBR=atwilson@chromium.org BUG=110741 TEST=none Review URL: https://chromiumcodereview.appspot.com/9264016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118326 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/memcheck/suppressions.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 00d2b50..9b2f58c 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5570,6 +5570,18 @@
fun:_ZN15StartupTimeBomb3ArmERKN4base9TimeDeltaE
fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
}
+{
+ bug_110741
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11ProfileImpl20CreateWebDataServiceEv
+ fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE
+ fun:_ZN12TokenService10InitializeEPKcP7Profile
+ fun:_ZN13SigninManager10InitializeEP7Profile
+ fun:_ZN18ProfileSyncService10InitializeEv
+ fun:_ZN11ProfileImpl15InitSyncServiceEv
+ fun:_ZN11ProfileImpl21GetProfileSyncServiceEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations