diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index e8963be..784386a 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4185,10 +4185,6 @@ Memcheck:Leak fun:_Znw* ... - fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev - fun:_ZN17RenderProcessHostC2EP7Profile - ... - fun:_ZN21MockRenderProcessHostC1EP7Profile fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile fun:_ZN12SiteInstance10GetProcessEv fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix @@ -4215,3 +4211,14 @@ fun:event_process_active fun:event_base_loop } +{ + bug_52837 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_iteratorIS5_ERKS5_ + fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ + fun:_ZN17ExtensionsService15UnloadExtensionERKSs + fun:_ZN17ExtensionsService18UninstallExtensionERKSsb + fun:_ZN18AutomationProvider18UninstallExtensionEiPb +} |