Chromium Code Reviews| Index: build/sanitizers/lsan_suppressions.cc |
| diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc |
| index dd94d422dad45452a36a823be07d692646747ab2..2804b84acea3c86de555af558461958ec9667292 100644 |
| --- a/build/sanitizers/lsan_suppressions.cc |
| +++ b/build/sanitizers/lsan_suppressions.cc |
| @@ -51,6 +51,9 @@ char kLSanDefaultSuppressions[] = |
| // http://crbug.com/431213, http://crbug.com/416665 |
| "leak:gin/object_template_builder.h\n" |
| +// Leaks in swrast_dri.so. |
| +"leak:swrast_dri.so\n" |
|
reveman
2015/10/01 13:28:15
Needed because some versions of this driver has a
|
| + |
| // ================ Leaks in Chromium code ================ |
| // PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. |
| // Instead, commits that introduce memory leaks should be reverted. Suppressing |