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

Unified Diff: tools/lsan/suppressions.txt

Issue 192453008: LSan: suppress a leak in BookmarkNodeData::ClipboardContainsBookmarks(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/lsan/suppressions.txt
diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt
index c2eb05814e08db75e575127d08f6f20b55d5e308..4f7a4ce77e2f970cf75fcf81f99ebe365109d9e8 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -94,4 +94,7 @@ leak:base::EnsureProcessTerminated
# http://crbug.com/322671
leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread
+# http://crbug.com/350125
+leak:BookmarkNodeData::ClipboardContainsBookmarks
+
# PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
« 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