summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-28 21:57:47 +0000
committerkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-28 21:57:47 +0000
commite21958b411ef6ecafdf15bdfea6ba762912f1a34 (patch)
treef643291e738aa54d2189bf5f9d4f802cccf544c6 /tools/valgrind
parentfe9eec1b43ac0c2447f37d184eef560ecedbc346 (diff)
downloadchromium_src-e21958b411ef6ecafdf15bdfea6ba762912f1a34.zip
chromium_src-e21958b411ef6ecafdf15bdfea6ba762912f1a34.tar.gz
chromium_src-e21958b411ef6ecafdf15bdfea6ba762912f1a34.tar.bz2
[Valgrind] Suppress leak in extensions::RulesRegistryService::RegisterDefaultRulesRegistries().
BUG=172695 TEST=none NOTRY=true TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/12077036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 35236c3..3a17119 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6576,3 +6576,26 @@
fun:_ZN29ChromeDownloadManagerDelegate30CheckVisitedReferrerBeforeDoneEiRKN4base8CallbackIFvRK8FilePathN7content12DownloadItem17TargetDispositionENS5_18DownloadDangerTypeES4_EEES8_b
fun:_ZN29ChromeDownloadManagerDelegate20CheckDownloadUrlDoneEiRKN4base8CallbackIFvRK8FilePathN7content12DownloadItem17TargetDispositionENS5_18DownloadDangerTypeES4_EEEN13safe_browsing25DownloadProtectionService19DownloadCheckResultE
}
+{
+ bug_172695
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
+ fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
+ fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
+ fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
+ fun:_ZN14ProfileManager10AddProfileEP7Profile
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
+ fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath
+ fun:_ZN12_GLOBAL__N_113CreateProfileERKN7content18MainFunctionParamsERK8FilePathRK11CommandLine
+ fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
+ fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
+ fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
+ fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
+ fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
+ fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
+ fun:_ZN7content21ContentMainRunnerImpl3RunEv
+ fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
+ fun:ChromeMain
+}