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

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

Issue 14205013: Suppress leaks in fun:net::QuicStreamFactory::GetOrCreateCryptoConfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 8f69014108be10983ab0d7a0b53d4b2bc640444b..cc4cd1b1fcc9230561f2646f1a57153fffa6e1d6 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7028,3 +7028,13 @@
fun:_ZN2cc17LayerTreeHostImpl18InitializeRendererE10scoped_ptrINS_13OutputSurfaceEN4base14DefaultDeleterIS2_EEE
fun:_ZN2cc11ThreadProxy30InitializeRendererOnImplThreadEPNS_15CompletionEventEPbPNS_20RendererCapabilitiesE
}
+{
+ bug_232777
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net17QuicStreamFactory23GetOrCreateCryptoConfigERKSt4pairINS_12HostPortPairENS_11ProxyServerEE
+ fun:_ZN3net17QuicStreamFactory13CreateSessionERKSt4pairINS_12HostPortPairENS_11ProxyServerEERKNS_11AddressListERKNS_11BoundNetLogE
+ fun:_ZN3net17QuicStreamFactory3Job9DoConnectEv
+ fun:_ZN3net17QuicStreamFactory3Job6DoLoopEi
+ fun:_ZN3net17QuicStreamFactory3Job12OnIOCompleteEi
+}
« 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