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

Unified Diff: build/sanitizers/lsan_suppressions.cc

Issue 1363093004: Add BrowserSelectFileDialogTest.OpenCloseFileDialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skip libgtk-x11-2.0 from LSan report Created 5 years, 2 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
Index: build/sanitizers/lsan_suppressions.cc
diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc
index d1c9d22cac3850eb94ecd77b2c45c3268dcce3c5..956b142bc848a2a01fac07d05428b6d146895bfd 100644
--- a/build/sanitizers/lsan_suppressions.cc
+++ b/build/sanitizers/lsan_suppressions.cc
@@ -54,6 +54,9 @@ char kLSanDefaultSuppressions[] =
// Leaks in swrast_dri.so. http://crbug.com/540042
"leak:swrast_dri.so\n"
+// Leaks in GtkFileChooserDialog. http://crbug.com/537468
+"leak:libgtk-x11-2.0\n"
msw 2015/10/22 22:23:05 Yeah, it should be 'glib2.0-2.32.4', according to
joone 2015/10/23 10:51:42 ANNOTATE_SCOPED_MEMORY_LEAK works!
+
// ================ Leaks in Chromium code ================
// PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
// Instead, commits that introduce memory leaks should be reverted. Suppressing
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698