Index: build/sanitizers/lsan_suppressions.cc |
diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc |
index d1c9d22cac3850eb94ecd77b2c45c3268dcce3c5..fa9a37ac33de3318e9d162dc87da391c9cf4d7f1 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:interactive_ui_tests\n" |
msw
2015/10/20 23:18:14
This is worse! We definitely don't want to ignore
joone
2015/10/22 02:14:47
Instead, I added libgtk-x11-2.0 to the suppression
|
+ |
// ================ Leaks in Chromium code ================ |
// PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. |
// Instead, commits that introduce memory leaks should be reverted. Suppressing |