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

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

Issue 6266020: Fixed memory leaks in remoting_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 11 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 | « remoting/protocol/message_reader_unittest.cc ('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 baa5d398772b37b22da661c6b625d37ee2bbf431..01cb01c919436953f266d6743e86e069a11e5754 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3688,11 +3688,3 @@
fun:_Znw*
fun:_ZN9OptionsUIC1EP11TabContents
}
-{
- bug_70826
- Memcheck:Leak
- fun:_Znw*
- fun:_Z17NewRunnableMethodIN8remoting8protocol13MessageReaderEMS2_FvPNS0_14CompoundBufferEES4_EP14CancelableTaskPT_T0_RKT1_
- fun:_ZN8remoting8protocol13MessageReader14OnDataReceivedEPN3net8IOBufferEi
- fun:_ZN8remoting8protocol13MessageReader16HandleReadResultEi
-}
« no previous file with comments | « remoting/protocol/message_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698