diff options
Diffstat (limited to 'tools/valgrind/memcheck/suppressions.txt')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index e78fe43..a7c0b81 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3738,7 +3738,9 @@ ... fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile fun:*FactoryForOffTheRecordC*EP7Profile + ... fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile + ... fun:_ZN23OffTheRecordProfileImpl*Profile fun:_ZN7Profile25CreateOffTheRecordProfileEv fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv @@ -4178,3 +4180,16 @@ fun:_ZN11MessageLoop11RunInternalEv fun:_ZN11MessageLoop10RunHandlerEv } +{ + bug_52834 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev + fun:_ZN17RenderProcessHostC2EP7Profile + ... + fun:_ZN21MockRenderProcessHostC1EP7Profile + fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile + fun:_ZN12SiteInstance10GetProcessEv + fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix +} |