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

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

Issue 7598036: Suppress a couple more memory leaks found by Dr. Memory (Closed) Base URL: svn://svn.chromium.org/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/drmemory/suppressions.txt
===================================================================
--- tools/valgrind/drmemory/suppressions.txt (revision 95982)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -728,6 +728,7 @@
# http://crbug.com/74413
LEAK
+...
*!operator new
*!net::HttpAuthHandlerFactory::CreateDefault
@@ -741,6 +742,12 @@
*!operator new
*!disk_cache::BackendImpl::NewEntry
+# http://crbug.com/75247
+LEAK
+...
+*!operator new
+*!AutofillDownloadTestHelper::AutofillDownloadTestHelper
+
# http://crbug.com/76354
LEAK
...
@@ -876,5 +883,11 @@
...
*!BookmarkEditorView::Init
+# http://crbug.com/92166
+LEAK
+...
+*!operator new
+*!views::NativeWidgetWin::OnCreate
+
# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41
« 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