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

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

Issue 7053023: Suppressing memory leak in P2PSocketHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 7 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 4c42a1fa4fe025dd77c44f68e9981e070bfe8ccb..73772acd95292e3e831228def3af3a6fb1a55dc8 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4615,6 +4615,21 @@
fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksEjE6Tuple2IS4_jEED0Ev
fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
}
+{
+ bug_83949
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN13P2PSocketHost6CreateEPN3IPC7Message6SenderEii13P2PSocketType
+ fun:_ZN23P2PSocketDispatcherHost14OnCreateSocketERKN3IPC7MessageE13P2PSocketTypeiRKN3net10IPEndPointES8_
+ fun:_ZN3IPC16MessageWithTupleI6Tuple4I13P2PSocketTypeiN3net10IPEndPointES4_EE8DispatchI23P2PSocketDispatcherHostS8_S2_iRKS4_SA_EEbPKNS_7MessageEPT_PT0_MSE_FvRSC_T1_T2_T3_T4_E
+ fun:_ZN23P2PSocketDispatcherHost17OnMessageReceivedERKN3IPC7MessageEPb
+ fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
+ fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
+ fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
+ fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
+ fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
+ fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
+}
#-----------------------------------------------------------------------
# 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