diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index fe927cf..488afd76 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -538,3 +538,30 @@ fun:-[NSNib instantiateNibWithOwner:topLevelObjects:] fun:-[NSViewController loadView] } +{ + bug_30632a + Memcheck:Leak + fun:_Znw* + fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath +} +{ + bug_30632b + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN17PluginProcessHost4InitERK13WebPluginInfoRKSbIwSt11char_traitsIwESaIwEE + fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath +} +{ + bug_30633 + Memcheck:Leak + fun:_Znw* + fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i + fun:_ZN11ProfileImpl17GetRequestContextEv + fun:_ZN19SafeBrowsingService5StartEv + fun:_ZN19SafeBrowsingService10InitializeEv + fun:_ZN22ResourceDispatcherHost10InitializeEv + fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv + fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv + fun:_ZN17ExtensionsService4InitEv +} |