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

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

Issue 2819056: Suppress a valgrind leak. (Closed)
Patch Set: Created 10 years, 5 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 8ca7ecb0c6a037e0c649e2cfcf7314f74ac36bde..fe570dfeea17eaf8c43a0eb1aee838b067ee3185 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3381,6 +3381,14 @@
fun:_ZN3net14SpdyHttpStream11SendRequestEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
}
{
+ bug_46886_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSessionERKNS_11BoundNetLogE
+ fun:_ZN3net12_GLOBAL__N_118SpdyHttpStreamTest17CreateSpdySessionEv
+ fun:_ZN3net12_GLOBAL__N_135SpdyHttpStreamTest_SendRequest_Test8TestBodyEv
+}
+{
bug_19775_a
Memcheck:Leak
...
« 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