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

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

Issue 7583048: Valgrind: Suppress a leak in net::AddressList::CreateByCopyingFirstAddress. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 96216)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5261,6 +5261,24 @@
...
fun:_ZN6webkit5ppapi19ResourceTrackerTest*
}
+{
+ bug_92389
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net11AddressList27CreateByCopyingFirstAddressEPK8addrinfo
+ fun:_ZNK3net23TCPClientSocketLibevent14GetPeerAddressEPNS_11AddressListE
+ fun:_ZN3net16HttpStreamParser11SendRequestERKSsRKNS_18HttpRequestHeadersEPNS_16UploadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net15HttpBasicStream11SendRequestERKNS_18HttpRequestHeadersEPNS_16UploadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net22HttpNetworkTransaction13DoSendRequestEv
+ fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
+ fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
+ fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
+ fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
+ fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
+ fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14RunnableMethodIMS2_FvvE6Tuple0E3RunEv
+ fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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