Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3120022: Widen the suppression for bug 52834 once again, suppress a memory leak in Ext... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 56845)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698