| Index: build/sanitizers/lsan_suppressions.cc
|
| diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc
|
| index dd94d422dad45452a36a823be07d692646747ab2..d1c9d22cac3850eb94ecd77b2c45c3268dcce3c5 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. http://crbug.com/540042
|
| +"leak:swrast_dri.so\n"
|
| +
|
| // ================ Leaks in Chromium code ================
|
| // PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
|
| // Instead, commits that introduce memory leaks should be reverted. Suppressing
|
|
|