diff options
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index b0b86af..ed0b588 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1185,3 +1185,18 @@ fun:_dyld_start obj:* } + +{ + bug_45566 + Memcheck:Leak + fun:_Znw* + fun:_ZN11ProfileImpl14InitExtensionsEv + fun:_ZN14ProfileManager10AddProfileEP7Profileb + fun:_ZN14ProfileManager10GetProfileERK8FilePathb + fun:_ZN14ProfileManager10GetProfileERK8FilePath + fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath + fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath + fun:_Z11BrowserMainRK18MainFunctionParams + fun:ChromeMain + fun:main +} |