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

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

Issue 7108052: Add a suppression for DispatchEvent leak while I look into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: heapcheck Created 9 years, 6 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 | « tools/heapcheck/suppressions.txt ('k') | 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 752cc201023f3ff44131bb5cf3b26da37276cdd5..dde6ca579e26a6aaea8ec19adf66982a8f676520 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4657,6 +4657,13 @@
...
fun:_ZN28WebKitContextTest_Basic_Test8TestBodyEv
}
+{
+ bug_85641
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN20ExtensionEventRouter13DispatchEventEPN3IPC7Message6SenderERKSsS5_S5_RK4GURL
+ fun:_ZN30ExtensionWebRequestEventRouter13DispatchEventEiPN3net10URLRequestERKSt6vectorIPKNS_13EventListenerESaIS6_EERK9ListValue
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698