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

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

Issue 460154: Revert 34110 - Fix leak of ShutdownDetector. Broke Mac startup_test.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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 | « chrome/browser/browser_main.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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 34120)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1889,3 +1889,11 @@
fun:_ZN3net22FlipNetworkTransaction6DoLoopEi
fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPNS_7LoadLogE
}
+{
+ bug_29675
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_Z11BrowserMainRK18MainFunctionParams
+ fun:ChromeMain
+ fun:main
+}
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698